Skip to content

Commit

Permalink
throw error
Browse files Browse the repository at this point in the history
  • Loading branch information
pearl-truss committed Jan 30, 2024
1 parent 1a8dde4 commit 7e317fb
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions services/app-api/src/authn/thirdPartyAuthn.ts
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ export async function userFromThirdPartyAuthorizer(

return ok(auroraUser)
} catch (e) {
console.error('ERROR: failed to look up user in postgres')
return err(e)
throw new Error('ERROR: failed to look up user in postgres')
}
}

0 comments on commit 7e317fb

Please sign in to comment.