Skip to content

Commit

Permalink
adjust types
Browse files Browse the repository at this point in the history
  • Loading branch information
dominiqueclarke committed Aug 22, 2024
1 parent e309ebb commit 2337084
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ export const getConnectingTime = (connect?: number, ssl?: number) => {
}
};

export const getQueryMatcher = (query?: string): ItemMatcher => {
export const getQueryMatcher = (query?: string): ItemMatcher | undefined => {
if (!query) {
return (item: NetworkEvent) => true;
}
Expand Down

0 comments on commit 2337084

Please sign in to comment.