Remove Super-Admin role, bugfix if user enters buggy SQL injection on search field
This commit is contained in:
@@ -119,7 +119,6 @@ export const useBasketStore = defineStore('basketStore', {
|
||||
for (let item of this.itemsInBasket) {
|
||||
if (!item.concert.offered) {
|
||||
exerciseStore.solveExercise(1, 2)
|
||||
feedbackStore.addSnackbar(BannerStateEnum.EXERCISESOLVED12)
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user