Skip to content

Commit

Permalink
style: lint
Browse files Browse the repository at this point in the history
  • Loading branch information
posva committed Oct 24, 2024
1 parent fb07d8a commit 8d5d351
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/data-loaders/defineColadaLoader.ts
Original file line number Diff line number Diff line change
Expand Up @@ -344,7 +344,7 @@ export function defineColadaLoader<Data>(
console.warn(
`A query was defined with the same key as the loader "[${key.join(', ')}]". If the "key" is meant to be the same, you should directly use the data loader instead. If not, change the key of the "useQuery()".\nSee https://pinia-colada.esm.dev/#TODO`
)
// avoid a crash that requires the page to be reloaded
// avoid a crash that requires the page to be reloaded
return
}
this.tracked.get(joinKeys(key))!.ready = true
Expand Down

0 comments on commit 8d5d351

Please sign in to comment.