Skip to content

Commit

Permalink
Remove unused import
Browse files Browse the repository at this point in the history
  • Loading branch information
DarkView committed Dec 16, 2024
1 parent 8657798 commit bf05d41
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/connector/databaseConnector.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
require("dotenv").config();
import { match } from "assert";
import { Match } from "../model/Match";
import logging from "../util/Logging";
const Log = logging("DatabaseConnector");
Expand Down

0 comments on commit bf05d41

Please sign in to comment.