···88 isNull,
99 lte,
1010 max,
1111- ne,
1211 or,
1312 schema,
1413} from "@openstatus/db";
···288287 .get();
289288 // We should only have one user :)
290289 if (!users) {
291291- console.log(`No user found for ${userId}`);
292292- throw new Error("Too many users found");
290290+ console.error(`No user found for ${userId}`);
291291+ return;
293292 }
294293295294 await db