Skip to content

Commit

Permalink
fix: index
Browse files Browse the repository at this point in the history
  • Loading branch information
BeanieMen committed Feb 4, 2024
1 parent 8347933 commit 476d671
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ import dotenv from "dotenv";
import opt from "./opt.json";
import _projects from "./projects.json";
type GitHubIssue = RestEndpointMethodTypes["issues"]["get"]["response"]["data"];

type GitHubLabel = {
id: number;
node_id: string;
Expand All @@ -20,6 +21,7 @@ const projects = _projects as {

const DEVPOOL_OWNER_NAME = "ubiquity";
const DEVPOOL_REPO_NAME = "devpool-directory";

enum LABELS {
PRICE = "Price",
UNAVAILABLE = "Unavailable",
Expand Down

0 comments on commit 476d671

Please sign in to comment.