Skip to content
This repository has been archived by the owner on Dec 9, 2024. It is now read-only.

Commit

Permalink
fix lint error
Browse files Browse the repository at this point in the history
  • Loading branch information
B77Mills committed Oct 29, 2024
1 parent dcfb107 commit 412ee69
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/mindful/api-client.js
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ class MindfulApiClient {

const res = await r.json();
const dbg = {
req: { url, ...{ method, headers, opts: { variables, query }} },
req: { url, ...{ method, headers, opts: { variables, query } } },
res: { headers: r.headers.raw(), body: res },
};
if (!r.ok || res.errors) {
Expand Down

0 comments on commit 412ee69

Please sign in to comment.