Skip to content

Commit 1824b67

Browse files
ci: apply automated fixes
1 parent be723cf commit 1824b67

File tree

1 file changed

+1
-1
lines changed
  • e2e/solid-start/query-integration/src/routes/loader-fetchQuery

1 file changed

+1
-1
lines changed

e2e/solid-start/query-integration/src/routes/loader-fetchQuery/$type.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ export const Route = createFileRoute('/loader-fetchQuery/$type')({
1616
context: ({ params }) => ({
1717
queryOptions: makeQueryOptions(`loader-fetchQuery-${params.type}`),
1818
}),
19-
19+
2020
loader: ({ context, params }) => {
2121
const queryPromise = context.queryClient.fetchQuery(context.queryOptions)
2222
if (params.type === 'sync') {

0 commit comments

Comments
 (0)