Skip to content

Commit

Permalink
style: prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
Create or Update Pull Request Action committed Jul 5, 2023
1 parent 96e6258 commit 12e9ad3
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ const { repository } = await graphql(
headers: {
authorization: `token secret123`,
},
}
},
);
```

Expand Down Expand Up @@ -131,7 +131,7 @@ const { repository } = await graphqlWithAuth(
}
}
}
}`
}`,
);
```

Expand Down Expand Up @@ -160,7 +160,7 @@ const { lastIssues } = await graphql(
headers: {
authorization: `token secret123`,
},
}
},
);
```

Expand Down Expand Up @@ -396,7 +396,7 @@ graphql("{ viewer { login } }", {
assert.strictEqual(
options.body,
'{"query":"{ viewer { login } }"}',
"Sends correct query"
"Sends correct query",
);
return { data: {} };
}),
Expand Down

0 comments on commit 12e9ad3

Please sign in to comment.