Skip to content
This repository has been archived by the owner on Aug 31, 2023. It is now read-only.

Commit

Permalink
Add an id field for useTasksSuspender operation.
Browse files Browse the repository at this point in the history
  • Loading branch information
octet-stream committed Jan 13, 2020
1 parent 43fd853 commit 2b1eb94
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/lib/hook/useTasksSuspender.mjs
Expand Up @@ -58,6 +58,7 @@ function useTasksSuspender(executor, tasks, id = undefined) {
}

const operation = {
id,
tasks,
error: null,
result: null,
Expand Down

0 comments on commit 2b1eb94

Please sign in to comment.