Skip to content

Commit

Permalink
fix: linterに弾かれたのでasyncを削除
Browse files Browse the repository at this point in the history
  • Loading branch information
aozoraUS committed Mar 28, 2024
1 parent d345b35 commit 114a212
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pages/groups/_groupId/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -630,7 +630,7 @@ export default Vue.extend({
return colors[index]
},
async CreateTicket() {
CreateTicket() {
this.error_message = '2023年星陵祭は終了しました。'
this.error_alert_end = true
return 1
Expand Down

0 comments on commit 114a212

Please sign in to comment.