Skip to content

Commit

Permalink
[autofix.ci] apply automated fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
autofix-ci[bot] authored Sep 22, 2024
1 parent 9ff60a9 commit 4eb44af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/query-options.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import type { EntryKey } from './entry-options'
import type { PiniaColadaOptions } from './pinia-colada'
import type { ErrorDefault } from './types-extension'
import { inject, type InjectionKey, type MaybeRefOrGetter } from 'vue'
import { type InjectionKey, type MaybeRefOrGetter, inject } from 'vue'

/**
* `true` refetch if data is stale (refresh()), `false` never refetch, 'always' always refetch.
Expand Down

0 comments on commit 4eb44af

Please sign in to comment.