Added rudimentary notifications for set alerts.
This commit is contained in:
@@ -259,7 +259,7 @@ async function fetchLatest(entity, page, options) {
|
||||
|
||||
release.tags = await knex('tags')
|
||||
.select('name')
|
||||
.where('priority', '>', 5)
|
||||
.where('priority', '>', 7)
|
||||
.orderByRaw('random()')
|
||||
.limit(faker.random.number({ min: 2, max: 15 }))
|
||||
.pluck('name');
|
||||
|
||||
Reference in New Issue
Block a user