From 57cb3e84f9c8f513665e364459c8ff342d9b3d74 Mon Sep 17 00:00:00 2001 From: mat Date: Sat, 23 Apr 2022 14:10:08 -0500 Subject: add some missing things to `claimed` --- src/util.ts | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'src/util.ts') diff --git a/src/util.ts b/src/util.ts index 4d40cc0..91f202d 100644 --- a/src/util.ts +++ b/src/util.ts @@ -1,6 +1,5 @@ -/** - * Random utility functions that are not related to Hypixel - */ +// Random utility functions that are not related to Hypixel + export function undashUuid(uuid: string): string { return uuid.replace(/-/g, '').toLowerCase() -- cgit