Skip to content

Commit

Permalink
fix: allow initialData
Browse files Browse the repository at this point in the history
  • Loading branch information
seriouslag committed Apr 16, 2024
1 parent 4e27e41 commit 8399095
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/createUseQuery.mts
Original file line number Diff line number Diff line change
Expand Up @@ -305,9 +305,6 @@ function createQueryHook({
ts.factory.createLiteralTypeNode(
ts.factory.createStringLiteral("queryFn")
),
ts.factory.createLiteralTypeNode(
ts.factory.createStringLiteral("initialData")
),
]),
]
)
Expand Down

0 comments on commit 8399095

Please sign in to comment.