mirror of
https://github.com/ajayyy/SponsorBlockServer.git
synced 2024-11-10 01:02:30 +01:00
Remove unused import
This commit is contained in:
parent
bf1fe1ff61
commit
bd766ab430
1 changed files with 0 additions and 1 deletions
|
@ -1,7 +1,6 @@
|
|||
import fs from "fs";
|
||||
import { SBSConfig } from "./types/config.model";
|
||||
import packageJson from "../package.json";
|
||||
import { isNumber } from "lodash";
|
||||
|
||||
const isTestMode = process.env.npm_lifecycle_script === packageJson.scripts.test;
|
||||
const configFile = process.env.TEST_POSTGRES ? "ci.json"
|
||||
|
|
Loading…
Reference in a new issue