✏️ 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…
x
Reference in New Issue
Block a user