Added rudimentary notifications for set alerts.

This commit is contained in:
DebaucheryLibrarian
2021-04-17 01:10:45 +02:00
parent 0773a8019c
commit 95f3b1c03a
6 changed files with 114 additions and 10 deletions

View File

@@ -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');