Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix ts notations #240

Merged
merged 3 commits into from
Feb 16, 2024
Merged

Fix ts notations #240

merged 3 commits into from
Feb 16, 2024

Conversation

stanislav-grin
Copy link
Member

No description provided.

@stanislav-grin stanislav-grin requested a review from Valodya May 15, 2023 10:37
@@ -1370,17 +1371,24 @@ declare module Backendless {

addBulkUpsertListener(callback: (list: string[]) => void, onError: (error: RTSubscriptionError) => void): Backendless.EventHandler;
addBulkUpsertListener(callback: (list: string[]) => void): Backendless.EventHandler;
addBulkUpsertListener(whereClause: string, callback: (list: string[]) => void, onError: (error: RTSubscriptionError) => void): Backendless.EventHandler;
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@stanislav-grin please add TSC tests for these changes

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@Valodya done

@stanislav-grin stanislav-grin merged commit 1745d50 into master Feb 16, 2024
1 check passed
@stanislav-grin stanislav-grin deleted the fix-typescript-notations branch February 16, 2024 14:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants