Skip to content

Commit

Permalink
remove flow typings from Schedule.js (facebook#13662)
Browse files Browse the repository at this point in the history
  • Loading branch information
alexeyraspopov authored and jetoneza committed Jan 23, 2019
1 parent bbde9f6 commit 93a025a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/schedule/src/Schedule.js
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@ function unstable_scheduleWork(callback, options) {
return newNode;
}

function unstable_cancelScheduledWork(callbackNode: CallbackNode): void {
function unstable_cancelScheduledWork(callbackNode) {
var next = callbackNode.next;
if (next === null) {
// Already cancelled.
Expand Down

0 comments on commit 93a025a

Please sign in to comment.