Skip to content

Commit

Permalink
style: fix linting issue
Browse files Browse the repository at this point in the history
  • Loading branch information
thetutlage committed Nov 27, 2024
1 parent 65790bf commit 9bf48b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion commands/db_seed.ts
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ export default class DbSeed extends BaseCommand {
startApp: true,
}

private declare seeder: SeedsRunner
declare private seeder: SeedsRunner

/**
* Track if one or more seeders have failed
Expand Down

0 comments on commit 9bf48b6

Please sign in to comment.