mirror of
https://github.com/Dimillian/IceCubesApp.git
synced 2025-03-14 14:12:41 +00:00
Fix
This commit is contained in:
parent
759ec6a002
commit
dc4b545f37
1 changed files with 1 additions and 1 deletions
|
@ -16,7 +16,7 @@ public struct SubClubClient: Sendable {
|
|||
public init() { }
|
||||
|
||||
private var url: String {
|
||||
"https://sub.club/"
|
||||
"https://\(AppInfo.premiumInstance)/"
|
||||
}
|
||||
|
||||
public func getUser(username: String) async -> SubClubUser? {
|
||||
|
|
Loading…
Reference in a new issue