mirror of
https://github.com/spacebarchat/server.git
synced 2024-11-11 05:02:37 +01:00
✏️ typo
This commit is contained in:
parent
45e97e894c
commit
c260fa1c82
@ -35,6 +35,6 @@ export async function handleFile(path: string, body?: string): Promise<string |
|
|||||||
return id;
|
return id;
|
||||||
} catch (error) {
|
} catch (error) {
|
||||||
console.error(error);
|
console.error(error);
|
||||||
throw new HTTPError("Invalid icon");
|
throw new HTTPError("Invalid file");
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user