Skip to content

Commit

Permalink
try this as import statements
Browse files Browse the repository at this point in the history
  • Loading branch information
TaylorFries committed Nov 8, 2024
1 parent c03432f commit 85e9290
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,8 @@ import {
* Place within .github/helpers/github-api/
*/

const NUMBER = "NUMBER";
const STATUS = "STATUS";
const ID = "ID";
const SUCCESS = 0;
const ERROR = 1;
const WARNING = 2;

const STATCODE = {
Success: {
200: "OK",
Expand Down
4 changes: 2 additions & 2 deletions .github/helpers/parse-json5-config.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { fs } from "node:fs";
import { os } from "node:os";
import * as fs from "node:fs";
import * as os from "node:os";
import { JSON5 as json5 } from "json5";

/**
Expand Down

0 comments on commit 85e9290

Please sign in to comment.