mirror of
https://github.com/spacebarchat/server.git
synced 2026-05-24 08:05:29 +00:00
✏️ typo
This commit is contained in:
+1
-1
@@ -35,6 +35,6 @@ export async function handleFile(path: string, body?: string): Promise<string |
|
||||
return id;
|
||||
} catch (error) {
|
||||
console.error(error);
|
||||
throw new HTTPError("Invalid icon");
|
||||
throw new HTTPError("Invalid file");
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user