Avoid throwing when processing uploads

This commit is contained in:
Jordan Eldredge 2025-04-07 16:41:30 -07:00
parent e82b06b5a7
commit f90c72d53b

View file

@ -82,7 +82,6 @@ async function processGivenUserUploads(
message: e.message,
} as const;
eventHandler(action);
throw e;
console.error(e);
}
}