Skip to content

Commit 0639c2b

Browse files
committed
Fix incorrect QID constant in useFind
1 parent 304a8dd commit 0639c2b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/useFind.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ export default function find(options) {
3636
const PAGINATION = `${prefix}PaginationData`
3737
const MOST_RECENT_QUERY = `${prefix}LatestQuery`
3838
const ERROR = `${prefix}Error`
39-
const QID = qid
39+
const QID = `${prefix}Qid`
4040

4141
const getFetchParams = (providedParams?:object) => {
4242
if (providedParams) {

0 commit comments

Comments
 (0)