Skip to content

Commit

Permalink
- fmt fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
laststylebender14 authored and amitksingh1490 committed Dec 9, 2024
1 parent 1c3480e commit c666529
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/components/playground/Playground.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,6 @@ const Playground = () => {
}
}, [debouncedApiEndpoint])


const graphQLFetcher = async (graphQLParams: FetcherParams, opts?: FetcherOpts) => {
if (apiEndpoint.toString().trim() === "") {
return Promise.resolve({})
Expand Down

0 comments on commit c666529

Please sign in to comment.