mirror of
https://github.com/ajayyy/SponsorBlockServer.git
synced 2025-12-14 15:37:07 +03:00
Remove unused import
This commit is contained in:
@@ -1,7 +1,6 @@
|
|||||||
import fs from "fs";
|
import fs from "fs";
|
||||||
import { SBSConfig } from "./types/config.model";
|
import { SBSConfig } from "./types/config.model";
|
||||||
import packageJson from "../package.json";
|
import packageJson from "../package.json";
|
||||||
import { isNumber } from "lodash";
|
|
||||||
|
|
||||||
const isTestMode = process.env.npm_lifecycle_script === packageJson.scripts.test;
|
const isTestMode = process.env.npm_lifecycle_script === packageJson.scripts.test;
|
||||||
const configFile = process.env.TEST_POSTGRES ? "ci.json"
|
const configFile = process.env.TEST_POSTGRES ? "ci.json"
|
||||||
|
|||||||
Reference in New Issue
Block a user