Zio Blue: fix broken syntax

zio/stable
Ducky 2024-09-03 16:43:03 +01:00
parent 7462f796a4
commit 63f2bba08f
1 changed files with 1 additions and 1 deletions

View File

@ -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