Skip to content

Commit 7237dad

Browse files
committed
Fix codeium auth key migration
1 parent 035b742 commit 7237dad

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Core/Sources/ServiceUpdateMigration/ServiceUpdateMigrator.swift

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,6 @@ func migrateFromLowerThanOrEqualToVersion170() throws {
8989
let key = try? oldKeychain.getString("codeiumKey")
9090
{
9191
try newKeychain.set(key, key: "codeiumAuthKey")
92-
try? oldKeychain.set("", key: "codeiumKey")
9392
}
9493
}
9594

0 commit comments

Comments
 (0)