Skip to content

Commit

Permalink
chore: lint-fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Tethik committed Nov 26, 2024
1 parent daaff8c commit 3b0524f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/src/data/Migration.ts
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ export class Migration {
const databaseName = await getDatabaseName(this.pluginSuffix);

await this.ensureDbExists(dal.pool._pool, databaseName);

const pool = this.pluginSuffix
? await dal.pluginPool(this.pluginSuffix)
: dal.pool._pool;
Expand Down

0 comments on commit 3b0524f

Please sign in to comment.