mirror of
https://github.com/omnivore-app/omnivore.git
synced 2026-03-11 08:54:26 +00:00
Remove debug
This commit is contained in:
parent
dc6f5521dc
commit
371ed24371
1 changed files with 0 additions and 1 deletions
|
|
@ -54,7 +54,6 @@ export function gqlFetcher(
|
|||
credentials: 'include',
|
||||
mode: 'cors',
|
||||
})
|
||||
graphQLClient.request(query, variables, requestHeaders()).then((result) => {})
|
||||
|
||||
return graphQLClient.request(query, variables, requestHeaders())
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue