Fix status of in-flight sticker packs after import
This commit is contained in:
parent
1b0de9d7bd
commit
46ed9ed502
1 changed files with 1 additions and 1 deletions
|
@ -175,7 +175,7 @@ export async function createPacksFromBackup(
|
||||||
id,
|
id,
|
||||||
key,
|
key,
|
||||||
attemptedStatus: 'installed' as const,
|
attemptedStatus: 'installed' as const,
|
||||||
status: 'installed' as const,
|
status: 'pending' as const,
|
||||||
})
|
})
|
||||||
);
|
);
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue