summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--src/util/cdn.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/util/cdn.ts b/src/util/cdn.ts

index b0d0f62a..30b946ea 100644 --- a/src/util/cdn.ts +++ b/src/util/cdn.ts
@@ -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"); } }