Fix build

This commit is contained in:
Ilya Laktyushin
2025-07-14 14:18:10 +01:00
parent dc0cf1d459
commit 3945acbe01

View File

@@ -2728,6 +2728,8 @@ public final class SharedAccountContextImpl: SharedAccountContext {
mappedSource = .todo
case let .auth(price):
mappedSource = .auth(price)
case let .premiumGift(file):
mappedSource = .premiumGift(file)
}
return mappedSource
}