This commit is contained in:
Andrew Kingston 2021-11-25 11:42:46 +00:00
parent 63fac77ad1
commit aea0a9082b
1 changed files with 0 additions and 1 deletions

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 })