mirror of
https://github.com/jakejarvis/jarv.is.git
synced 2025-07-03 17:46:39 -04:00
shoulda been using cross-fetch this whole time, oops
This commit is contained in:
@ -1,4 +1,4 @@
|
||||
import fetch from "node-fetch";
|
||||
import fetch from "cross-fetch";
|
||||
|
||||
// don't continue if there isn't a span#meta-hits element on this page
|
||||
const wrapper = document.getElementById("meta-hits");
|
||||
|
@ -1,4 +1,4 @@
|
||||
import fetch from "node-fetch";
|
||||
import fetch from "cross-fetch";
|
||||
|
||||
// don't continue if there isn't a span#meta-hits element on this page
|
||||
const wrapper = document.getElementById("github-cards");
|
||||
|
Reference in New Issue
Block a user