forked from DebaucheryLibrarian/traxxx
Updated all dependencies. Updated MindGeek to Aylo.
This commit is contained in:
@@ -22,7 +22,7 @@ async function getStashId(stash, user) {
|
||||
return existingStash.id;
|
||||
}
|
||||
|
||||
const [stashId] = await knex('stashes')
|
||||
const [{ id: stashId }] = await knex('stashes')
|
||||
.insert({
|
||||
user_id: user.id,
|
||||
name: stash.name,
|
||||
|
||||
Reference in New Issue
Block a user