Skip to content

Commit

Permalink
fixup! - whitespace & lockfile
Browse files Browse the repository at this point in the history
  • Loading branch information
banterability committed Jul 17, 2023
1 parent 439bfd6 commit bd83889
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 14 deletions.
13 changes: 0 additions & 13 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion src/request.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ export async function makeRequest(
console.log("good response", res.statusCode, res.headers, body);
resolve({
statusCode: res.statusCode,

headers: res.headers,
body: body,
});
Expand Down

0 comments on commit bd83889

Please sign in to comment.