Skip to content

Commit

Permalink
chore: remove accidental code
Browse files Browse the repository at this point in the history
  • Loading branch information
wolfy1339 committed Nov 28, 2023
1 parent 5cbf665 commit 120081d
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,3 @@ import { withDefaults } from "./with-defaults.js";
import { DEFAULTS } from "./defaults.js";

export const endpoint = withDefaults(null, DEFAULTS);

fetch("https://api.github.com/users/octocat", {
headers: {
accept: "application/vnd.github.v3+json",
},
method: "GET",
})

0 comments on commit 120081d

Please sign in to comment.