Skip to content
This repository has been archived by the owner on Nov 29, 2024. It is now read-only.

Bugfix/allow scan only current event #2

Merged
merged 3 commits into from
Apr 23, 2024

Conversation

aleksey-svetliskiy-cere
Copy link
Contributor

No description provided.

- fix some bugs
- error notification added
- add rxb scripts to repository
- fix some bugs
- error notification added
- add rxb scripts to repository
@@ -65,7 +61,13 @@ export class ScannerStore {
);
}

public scan(data: Record<string, any>): void {
public scan(eventId: string | undefined, data: Record<string, any>): void {
debugger;

Choose a reason for hiding this comment

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

remove it please

Copy link
Contributor Author

Choose a reason for hiding this comment

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

thank you, I missed it

@aleksey-svetliskiy-cere aleksey-svetliskiy-cere merged commit eec6bfb into dev Apr 23, 2024
1 check passed
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants