1
0
Fork 0
mirror of synced 2024-10-01 01:28:51 +13:00
This commit is contained in:
Andrew Kingston 2021-11-25 11:42:46 +00:00
parent 63fac77ad1
commit aea0a9082b

View file

@ -6,7 +6,6 @@ const {
isProdAppID,
} = require("../../db/utils")
const { BaseQueryVerbs } = require("../../constants")
const env = require("../../environment")
const { Thread, ThreadType } = require("../../threads")
const Runner = new Thread(ThreadType.QUERY, { timeoutMs: 10000 })