mirror of
https://github.com/hydralauncher/hydra.git
synced 2025-01-23 21:44:55 +03:00
add missing await
This commit is contained in:
parent
e739f3a483
commit
6479049256
@ -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…
Reference in New Issue
Block a user