Skip to content

Commit 8d5d351

Browse files
committed
style: lint
1 parent fb07d8a commit 8d5d351

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/data-loaders/defineColadaLoader.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -344,7 +344,7 @@ export function defineColadaLoader<Data>(
344344
console.warn(
345345
`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`
346346
)
347-
// avoid a crash that requires the page to be reloaded
347+
// avoid a crash that requires the page to be reloaded
348348
return
349349
}
350350
this.tracked.get(joinKeys(key))!.ready = true

0 commit comments

Comments
 (0)