(queryId)
| 15 | } |
| 16 | |
| 17 | function DropQuery(queryId) { |
| 18 | if(!interceptor || !queue[queryId]) return; |
| 19 | queue[queryId].canfollow = -1; |
| 20 | queue[queryId].result = null; |
| 21 | } |
| 22 | |
| 23 | async function Middleware(data) { |
| 24 | const randomId = Math.floor(Math.random() * 100000); |