chore: lint

This commit is contained in:
Liyas Thomas
2021-05-15 12:43:31 +00:00
committed by GitHub
parent ec90365427
commit 3533aa391a
39 changed files with 274 additions and 145 deletions

View File

@@ -6,12 +6,8 @@ import { settingsStore, applySetting } from "~/newstore/settings"
*/
export function performMigrations(): void {
// Migrate old default proxy URL to the new proxy URL (if not set / overridden)
if (
settingsStore.value.PROXY_URL === "https://hoppscotch.apollosoftware.xyz/"
) {
if (settingsStore.value.PROXY_URL === "https://hoppscotch.apollosoftware.xyz/") {
applySetting("PROXY_URL", "https://proxy.hoppscotch.io/")
}
}