Skip to content

Commit

Permalink
ci: apply automated fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
autofix-ci[bot] authored Aug 1, 2024
1 parent a4307f0 commit 80053f1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions packages/react-query/src/__tests__/queryOptions.test-d.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -200,9 +200,9 @@ describe('queryOptions', () => {
!id
? undefined
: {
id,
title: 'Initial Data',
},
id,
title: 'Initial Data',
},
})
})
})

0 comments on commit 80053f1

Please sign in to comment.