mirror of
https://github.com/plankanban/planka.git
synced 2026-07-15 21:48:11 +03:00
fix: Fix variable name in seeder
This commit is contained in:
@@ -70,7 +70,7 @@ exports.seed = async (knex) => {
|
||||
}
|
||||
|
||||
if (!userId) {
|
||||
await knex('user_account').update(data).where('email', defaultAdminEmail);
|
||||
await knex('user_account').update(userData).where('email', defaultAdminEmail);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user