mirror of
https://github.com/hydralauncher/hydra.git
synced 2025-03-09 15:40:26 +00:00
add missing await
This commit is contained in:
parent
e739f3a483
commit
6479049256
1 changed files with 1 additions and 1 deletions
|
@ -73,7 +73,7 @@ export class FixRepackUploadDate1715900413313 implements MigrationInterface {
|
|||
`DELETE FROM repack WHERE repacker = 'onlinefix-old';`
|
||||
);
|
||||
|
||||
queryRunner.dropTable("repack_temp");
|
||||
await queryRunner.dropTable("repack_temp");
|
||||
}
|
||||
|
||||
public async down(_: QueryRunner): Promise<void> {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue