Skip to content

Commit

Permalink
Reverted: unwanted async keyword from the code (#507)
Browse files Browse the repository at this point in the history
  • Loading branch information
amansinghbais committed Nov 12, 2024
1 parent b1c54c8 commit 4a71209
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/views/CountDetail.vue
Original file line number Diff line number Diff line change
Expand Up @@ -577,7 +577,7 @@ async function openRecountAlert() {
},
{
text: translate('Re-count'),
handler: async () => {
handler: () => {
inputCount.value = product.value.quantity;
product.value.isRecounting = true;
}
Expand Down

0 comments on commit 4a71209

Please sign in to comment.