From 63f2bba08f70150dd7c2ddf46eb09be33645cea9 Mon Sep 17 00:00:00 2001 From: Ducky Date: Tue, 3 Sep 2024 16:43:03 +0100 Subject: [PATCH] Zio Blue: fix broken syntax --- src/lib/constants.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib/constants.ts b/src/lib/constants.ts index 29357940..765e890e 100644 --- a/src/lib/constants.ts +++ b/src/lib/constants.ts @@ -3,7 +3,7 @@ import {AppBskyActorDefs} from '@atproto/api' export const LOCAL_DEV_SERVICE = Platform.OS === 'android' ? 'http://10.0.2.2:2583' : 'http://localhost:2583' -export const STAGING_SERVICE = 'https://zio.blue +export const STAGING_SERVICE = 'https://zio.blue' export const BSKY_SERVICE = 'https://zio.blue' export const PUBLIC_BSKY_SERVICE = 'https://zio.blue' export const DEFAULT_SERVICE = BSKY_SERVICE