1
0
Fork 0
mirror of https://github.com/anyproto/anytype-ts.git synced 2025-06-07 21:47:02 +09:00

fix error message if

This commit is contained in:
Anatolii Smolianinov 2024-10-14 16:26:06 +02:00
parent 12ec6b6087
commit 478002f8cf
No known key found for this signature in database
GPG key ID: 5E259D1D468B99F4

View file

@ -843,7 +843,7 @@ class Action {
};
C.ObjectShow(objectId, 'publish', S.Common.space, (message: any) => {
if (!message.error.code) {
if (message.error.code) {
return;
};