QFix: Fix gmail history migration (#8778)

Signed-off-by: Artem Savchenko <armisav@gmail.com>
This commit is contained in:
Artyom Savchenko 2025-04-30 14:31:21 +07:00 committed by GitHub
parent 09e01196b3
commit e5f9585378
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -184,7 +184,7 @@ async function migrateGmailHistory (
const history = db.collection<History>('histories')
const allHistories = await history.find({}).toArray()
const kvsClient = getKvsClient(kvsUrl, token)
const kvsClient = getKvsClient('gmail', kvsUrl, token)
for (const history of allHistories) {
try {