From 0e4198bc933e9e006bc0e817fa3a6ebbe1d348d1 Mon Sep 17 00:00:00 2001 From: "Nicholas C. Zakas" Date: Mon, 18 Jan 2021 10:50:08 -0800 Subject: [PATCH] Chore: Cleanup API --- src/pledge.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/pledge.js b/src/pledge.js index 4ae4c6a..770fc40 100644 --- a/src/pledge.js +++ b/src/pledge.js @@ -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 */