Fix bug and update

This commit is contained in:
Swift
2023-11-29 22:59:52 +03:30
parent bce43bda11
commit a6a8d6ad5a
25 changed files with 12654 additions and 15098 deletions
+1 -1
View File
@@ -91,7 +91,7 @@ export default {
tickets: tickets.data
}
} catch (err) {
error({ status: 404, message: 'There is a problem here' })
error({ status: 404, message: 'There is a problem here', log: err })
}
},
data() {