Skip to content

Commit

Permalink
chore: update imports to commonjs
Browse files Browse the repository at this point in the history
Signed-off-by: Adithya Krishna <aadithya794@gmail.com>
  • Loading branch information
adithyaakrishna committed Jun 26, 2024
1 parent ca8baf1 commit c94f12e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/generate-curl-commands.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { Octokit } from "@octokit/core";
import fs from "fs";
const { Octokit } = require("@octokit/core");
const fs = require("fs");

const octokit = new Octokit({
auth: process.env.GITHUB_PERSONAL_ACCESS_TOKEN
Expand Down

0 comments on commit c94f12e

Please sign in to comment.