mirror of
https://github.com/captbaritone/webamp.git
synced 2026-07-18 00:55:54 +00:00
Spelling
This commit is contained in:
parent
f656aba7d9
commit
f5065235b7
1 changed files with 2 additions and 2 deletions
|
|
@ -127,10 +127,10 @@ export async function fetchGraphql(query, variables = {}) {
|
|||
if (!response.ok) {
|
||||
const payload = await response.text();
|
||||
throw new Error(
|
||||
`GraphQL respose error.
|
||||
`GraphQL response error.
|
||||
URL: ${url}
|
||||
Status: ${response.status}:
|
||||
Respones body:
|
||||
Response body:
|
||||
${payload}`
|
||||
);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue