Skip to content

Commit

Permalink
Fixed additional missing value when Fate instance is created from ser…
Browse files Browse the repository at this point in the history
…ialized data.
  • Loading branch information
mbrich committed Jun 16, 2023
1 parent 8d083e6 commit 5a3ddea
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@toreda/fate",
"version": "0.6.8",
"version": "0.6.9",
"description": "",
"public": true,
"main": "./dist/index.js",
Expand Down
1 change: 1 addition & 0 deletions src/fate.ts
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ export class Fate<T = unknown> {
this.errorThreshold = state.errorThreshold;
this.errorCode(state.errorCode);
this.status(state.status);
this.success(state.success);
}

if (options.data) {
Expand Down

0 comments on commit 5a3ddea

Please sign in to comment.