Skip to content

Commit 9541c4d

Browse files
committed
fix: correct import path for afLogger in proxy.ts
1 parent b7b70f6 commit 9541c4d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

adminforth/commands/proxy.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import { writeFile, unlink } from 'fs/promises';
33
import { randomUUID } from 'crypto';
44
import { pathToFileURL } from 'url';
55
import path from 'path';
6-
import { afLogger } from './modules/logger.js';
6+
import { afLogger } from '../modules/logger.js';
77

88
(async () => {
99
const chunks: Buffer[] = [];

0 commit comments

Comments
 (0)