Skip to content

Commit

Permalink
fix: review comment
Browse files Browse the repository at this point in the history
  • Loading branch information
mansaj committed Aug 2, 2024
1 parent 2c72bed commit 1804063
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/db/tables/emailAddresses.js
Original file line number Diff line number Diff line change
Expand Up @@ -201,7 +201,7 @@ async function _addEmailHash (sha1, email, signupLanguage, verified = false) {
} catch (e) {
// @ts-ignore Log whatever, we don't care
console.error(e)
throw new Error('error_could_not_add_email')
throw new Error('Could not add email address to database.')
}
}
/* c8 ignore stop */
Expand Down

0 comments on commit 1804063

Please sign in to comment.