chore: typo (everypizza1) (#4556)

This commit is contained in:
PizzaTheGreat 2023-08-18 10:21:08 -05:00 committed by GitHub
parent 3445f51cde
commit 5a7eb2ab1d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -283,7 +283,7 @@ export async function addTag(
const user = await getUser(uid, "add tag");
if ((user?.tags?.length ?? 0) >= 15) {
throw new MonkeyError(400, "You can only have up to 10 tags");
throw new MonkeyError(400, "You can only have up to 15 tags");
}
const _id = new ObjectId();