Added quick alert buttons to entity and tag headers.
This commit is contained in:
@@ -175,8 +175,6 @@ export async function removeAlert(alertId, reqUser) {
|
||||
.groupBy('alerts.id')
|
||||
.first();
|
||||
|
||||
console.log(alertId, alert);
|
||||
|
||||
await knex('alerts')
|
||||
.where('id', alertId)
|
||||
.where('user_id', reqUser.id)
|
||||
|
||||
Reference in New Issue
Block a user