Skip to content

Commit 234d00f

Browse files
authored
fix: resolved import for filetype to conform with esm (#106)
1 parent 4c06d36 commit 234d00f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/controllers/portal/quickstart.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import { simpleGit } from "simple-git";
22
import axios from "axios";
33
import * as path from "path";
4-
import * as filetype from "file-type";
4+
import filetype from "file-type";
55
import fs from "fs";
66
import fsExtra from "fs-extra";
77
import { getAuthInfo } from "../../client-utils/auth-manager.js";

0 commit comments

Comments
 (0)