aboutsummaryrefslogtreecommitdiff
path: root/src/arguments/globalUser.ts
diff options
context:
space:
mode:
Diffstat (limited to 'src/arguments/globalUser.ts')
-rw-r--r--src/arguments/globalUser.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/arguments/globalUser.ts b/src/arguments/globalUser.ts
index 3a71732..6a20260 100644
--- a/src/arguments/globalUser.ts
+++ b/src/arguments/globalUser.ts
@@ -1,4 +1,4 @@
-import { BushArgumentTypeCaster, BushUser } from '@lib';
+import { BushUser, type BushArgumentTypeCaster } from '@lib';
// resolve non-cached users
export const globalUserTypeCaster: BushArgumentTypeCaster = async (_, phrase): Promise<BushUser | null> => {