1
mirror of https://github.com/jakejarvis/jarv.is.git synced 2025-09-16 19:45:33 -04:00

bump some deps

This commit is contained in:
2022-07-13 16:00:44 -04:00
parent 9be41b5e5c
commit 39ef018537
12 changed files with 279 additions and 273 deletions

View File

@@ -31,7 +31,7 @@ export const logServerError = async (error: unknown) => {
console.error(error);
// we really don't want to return *any* error from logging an error, so just keep it on the dl
return true;
return Promise.resolve();
};
export default IsomorphicSentry;