Skip to content

Commit

Permalink
Merge pull request #697 from tensorlakeai/chore/infobox
Browse files Browse the repository at this point in the history
chore: update imports to commonjs
  • Loading branch information
adithyaakrishna committed Jun 26, 2024
2 parents e775a25 + c94f12e commit c05b02f
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 c05b02f

Please sign in to comment.