Skip to content

Commit

Permalink
style: lint
Browse files Browse the repository at this point in the history
  • Loading branch information
posva committed Jan 16, 2024
1 parent e9202a3 commit 562ce44
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/data-fetching-store.ts
Original file line number Diff line number Diff line change
Expand Up @@ -79,8 +79,9 @@ export class UseQueryEntry<TResult = unknown, TError = any> {
if (this.previous) {
const { key, staleTime } = options
console.log(
`⬇️ refresh "${String(key)}". expired ${this.previous
?.when} / ${staleTime}`
`⬇️ refresh "${String(key)}". expired ${
this.previous?.when
} / ${staleTime}`
)
}

Expand Down

0 comments on commit 562ce44

Please sign in to comment.