Fix logging logic

This commit is contained in:
xmflsct 2022-12-04 00:13:54 +01:00
parent dab09369cb
commit d8bff02136
1 changed files with 1 additions and 1 deletions

View File

@ -73,7 +73,7 @@ const pushRegister = async (
body: formData
})
if (res.body.server_key) {
if (!res.body.server_key?.length) {
Sentry.setExtras({
API: 'tooot',
instance: instanceUri,