





This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
const got = require("got"); | |
const DONT_ERASE_BELOW = "2019-04-08T21:45:03Z"; | |
const del = async () => { | |
const res = await got("gists", { | |
baseUrl: "https://api.github.com", | |
headers: { | |
Authorization: `token ${token}` | |
} |


