1
0
mirror of https://github.com/spacebarchat/server.git synced 2024-09-21 18:21:36 +02:00

✏️ typo

This commit is contained in:
Flam3rboy 2021-08-07 19:30:54 +02:00
parent 45e97e894c
commit c260fa1c82

View File

@ -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");
}
}