Skip to content

Commit

Permalink
Lint fix
Browse files Browse the repository at this point in the history
Signed-off-by: Vitor Mattos <[email protected]>
  • Loading branch information
vitormattos committed Apr 3, 2024
1 parent cf2c08c commit 9d1020d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/store/sign.js
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ export const useSignStore = defineStore('sign', {
}
},
reset() {
Object.assign(this, defaultState);
}
Object.assign(this, defaultState)
},
},
})

0 comments on commit 9d1020d

Please sign in to comment.