Skip to content

Commit

Permalink
Remove unused export
Browse files Browse the repository at this point in the history
  • Loading branch information
estrattonbailey committed Nov 6, 2023
1 parent 2006594 commit bd87df1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/state/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ export const LOCAL_DEV_SERVICE =
export const STAGING_SERVICE = 'https://staging.bsky.dev'
export const PROD_SERVICE = 'https://bsky.social'
export const DEFAULT_SERVICE = PROD_SERVICE
export const ROOT_STATE_STORAGE_KEY = 'root'
const ROOT_STATE_STORAGE_KEY = 'root'
const STATE_FETCH_INTERVAL = 15e3

export async function setupState(serviceUri = DEFAULT_SERVICE) {
Expand Down

0 comments on commit bd87df1

Please sign in to comment.