Skip to content

Commit

Permalink
Chore: Cleanup API
Browse files Browse the repository at this point in the history
  • Loading branch information
nzakas committed Jan 18, 2021
1 parent 93b20da commit 0e4198b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/pledge.js
Original file line number Diff line number Diff line change
Expand Up @@ -99,11 +99,11 @@ export class Pledge {
}

/* eslint-disable no-unused-vars */
static onUnhandledRejection(pledge, reason) {
static onUnhandledRejection(event) {
// noop
}

static onRejectionHandled(pledge, reason) {
static onRejectionHandled(event) {
// noop
}
/* eslint-enable no-unused-vars */
Expand Down

0 comments on commit 0e4198b

Please sign in to comment.