Skip to content

Commit

Permalink
fix: Lint
Browse files Browse the repository at this point in the history
Signed-off-by: Vitor Mattos <vitor@php.rio>
  • Loading branch information
vitormattos committed Apr 3, 2024
1 parent cf2c08c commit 067d1b5
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 067d1b5

Please sign in to comment.