Fix status of in-flight sticker packs after import

This commit is contained in:
Fedor Indutny 2025-01-30 16:52:32 -08:00 committed by GitHub
parent 1b0de9d7bd
commit 46ed9ed502
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -175,7 +175,7 @@ export async function createPacksFromBackup(
id,
key,
attemptedStatus: 'installed' as const,
status: 'installed' as const,
status: 'pending' as const,
})
);