Skip to content

Commit

Permalink
task: remove unused noop prop (#1304)
Browse files Browse the repository at this point in the history
  • Loading branch information
alxndrsn authored Dec 5, 2024
1 parent ab64d8b commit d7c12e2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/task/task.js
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,6 @@ const task = {
// otherwise just return.
return result;
},
noop: Promise.resolve(null),
};


Expand Down

0 comments on commit d7c12e2

Please sign in to comment.