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

feat: update to alpha.17, typed mobile plugin IPC arguments #676

Merged
merged 23 commits into from
Oct 29, 2023
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Update plugins/notification/guest-js/index.ts [skip ci]
Co-authored-by: Amr Bashir <amr.bashir2015@gmail.com>
  • Loading branch information
lucasfernog and amrbashir authored Oct 29, 2023
commit 78eb74a3cbe590a9c5cb6605d344c6fa7a55bd6b
2 changes: 1 addition & 1 deletion plugins/notification/guest-js/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -201,7 +201,7 @@ class Schedule {
}

static interval(interval: ScheduleInterval, allowWhileIdle = false) {
return new Schedule({ interval: { interval: interval, allowWhileIdle } });
return new Schedule({ interval: { interval, allowWhileIdle } });
}

static every(kind: ScheduleEvery, count: number, allowWhileIdle = false) {
Expand Down