Fix bug and update
This commit is contained in:
@@ -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() {
|
||||
|
||||
Reference in New Issue
Block a user