1
0
mirror of https://github.com/tooot-app/app synced 2025-06-05 22:19:13 +02:00

Fix logging logic

This commit is contained in:
xmflsct
2022-12-04 00:13:54 +01:00
parent dab09369cb
commit d8bff02136

View File

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