Skip to content

Commit 0a70ba0

Browse files
committed
fix: fixes
1 parent ef2364a commit 0a70ba0

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

index.ts

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ import dotenv from "dotenv";
44
import opt from "./opt.json";
55
import _projects from "./projects.json";
66
type GitHubIssue = RestEndpointMethodTypes["issues"]["get"]["response"]["data"];
7+
78
type GitHubLabel = {
89
id: number;
910
node_id: string;
@@ -18,8 +19,9 @@ const projects = _projects as {
1819
category?: Record<string, string>;
1920
};
2021

21-
const DEVPOOL_OWNER_NAME = "ubiquity";
22+
const DEVPOOL_OWNER_NAME = "BeanieMen";
2223
const DEVPOOL_REPO_NAME = "devpool-directory";
24+
2325
enum LABELS {
2426
PRICE = "Price",
2527
UNAVAILABLE = "Unavailable",

opt.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
2-
"in": ["BeanieMen"],
2+
"in": ["BeanieMen/devpool-directory",
3+
"BeanieMen/ubiquibot"],
34
"out": [
4-
"BeanieMen/devpool-directory",
5-
"BeanieMen/ubiquibot"
5+
66
]
77
}

0 commit comments

Comments
 (0)