mirror of
https://github.com/tooot-app/app
synced 2025-02-18 04:40:57 +01:00
Fix logging logic
This commit is contained in:
parent
dab09369cb
commit
d8bff02136
@ -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,
|
||||
|
Loading…
x
Reference in New Issue
Block a user