Skip to content

Commit

Permalink
chore(query-core): define queryCache notify method's return type
Browse files Browse the repository at this point in the history
  • Loading branch information
haeunnam committed Oct 17, 2024
1 parent 1980a11 commit 47c7c56
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/query-core/src/queryCache.ts
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,7 @@ export class QueryCache extends Subscribable<QueryCacheListener> {
: queries
}

notify(event: QueryCacheNotifyEvent) {
notify(event: QueryCacheNotifyEvent): void {
notifyManager.batch(() => {
this.listeners.forEach((listener) => {
listener(event)
Expand Down

0 comments on commit 47c7c56

Please sign in to comment.