Skip to content

Commit 48a8259

Browse files
author
ilya.veklenko
committed
fix (Messaging): add promisify of 'getMessageStatus'
1 parent 5ec01d1 commit 48a8259

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libs/backendless.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4432,7 +4432,7 @@
44324432
[PollingProxy.prototype, ['poll']],
44334433
[Backendless.Logging, ['flush']],
44344434
[Messaging.prototype, ['publish', 'sendEmail', 'cancel', 'subscribe', 'registerDevice',
4435-
'getRegistrations', 'unregisterDevice']],
4435+
'getRegistrations', 'unregisterDevice', 'getMessageStatus']],
44364436
[Geo.prototype, ['addPoint', 'savePoint', 'findUtil', 'loadMetadata', 'getClusterPoints', 'addCategory',
44374437
'getCategories', 'deleteCategory', 'deletePoint']],
44384438
[UserService.prototype, ['register', 'getUserRoles', 'roleHelper', 'login', 'describeUserClass',

0 commit comments

Comments
 (0)