Skip to content

Commit

Permalink
Migrate to new domain
Browse files Browse the repository at this point in the history
  • Loading branch information
hanydd committed Jun 17, 2024
1 parent 4557063 commit cbc67ec
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -168,8 +168,8 @@ function migrateOldSyncFormats(config: SBConfig) {
}
}

// move to new server endpoint v0.1.6
if (config["serverAddress"].includes("47.103.74.95:9876")) {
// move to new server endpoint v0.1.8
if (config["serverAddress"].includes("47.103.74.95")) {
config["serverAddress"] = CompileConfig.serverAddress;
}
}
Expand Down

0 comments on commit cbc67ec

Please sign in to comment.