chore: fix eslint error

This commit is contained in:
Miodec 2024-02-06 14:19:50 +01:00
parent b6e611f2be
commit f8109e0d98

View file

@ -1,4 +1,4 @@
import simpleGit from "simple-git";
import { simpleGit } from "simple-git";
import { ObjectId } from "mongodb";
import path from "path";
import { existsSync, writeFileSync } from "fs";