Skip to content

Commit

Permalink
changed: container return type
Browse files Browse the repository at this point in the history
  • Loading branch information
Viktor Pasynok committed Nov 3, 2024
1 parent 2025a8c commit 63fc82e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/createContainer/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -61,9 +61,8 @@ const createContainer = <
const $status = createStore<Status>('idle');

return {
id: params.id,
...params,
$status,
start: params.start,
};
};

Expand Down

0 comments on commit 63fc82e

Please sign in to comment.