This commit is contained in:
Andrew Kingston 2021-11-25 11:42:46 +00:00
parent f0da6d9fd3
commit d8ca73aeed
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 })