Skip to content

Commit

Permalink
update value for ROOT_QUERY_KEY
Browse files Browse the repository at this point in the history
  • Loading branch information
achou11 committed Dec 12, 2024
1 parent 224b9ff commit 9ce72b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/react-query/shared.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import { type QueryOptions } from '@tanstack/react-query'

export const ROOT_QUERY_KEY = '@comapeo/react'
export const ROOT_QUERY_KEY = '@comapeo/core-react'

// Since the API is running locally, queries should run regardless of network
// status, and should not be retried. In React Native the API consumer would
Expand Down

0 comments on commit 9ce72b2

Please sign in to comment.