Skip to content

Commit

Permalink
Make sure to change any instance
Browse files Browse the repository at this point in the history
  • Loading branch information
YuigaWada committed Mar 8, 2020
1 parent 67fe359 commit 1b085ee
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Binary file not shown.
4 changes: 2 additions & 2 deletions MisskeyKit/Utilities/ApiUrl.swift
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ import Foundation
internal class Api {

internal static var instance: String = "misskey.io" {
didSet(newInstance) {
self.instance = self.shapeUrl(newInstance)
didSet {
self.instance = self.shapeUrl(self.instance)
}
}

Expand Down

0 comments on commit 1b085ee

Please sign in to comment.