Skip to content

Commit

Permalink
fixed issue with update-env.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
bwsarge committed Nov 2, 2023
1 parent 22f36fd commit 92b532b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion integration-tests/update-env.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ import fs from "fs"
import env from "./env.json"
import CHECKER_BOT_REPONSES from "../functions/src/definitions/common/parameters/checkerResponses.json"
import USER_BOT_RESPONSES from "../functions/src/definitions/common/parameters/userResponses.json"
import { language } from "googleapis/build/src/apis/language"

const factCheckerKeys = Object.keys(CHECKER_BOT_REPONSES).map((key) => {
return `__CONSTANTS__.FACTCHECKER_BOT_RESPONSES.${key}`
Expand Down

0 comments on commit 92b532b

Please sign in to comment.