Skip to content

Commit

Permalink
ci: knip
Browse files Browse the repository at this point in the history
  • Loading branch information
Keyrxng committed Jul 23, 2024
1 parent 053856e commit 7bd0557
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
5 changes: 2 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"knip": "knip --config .github/knip.ts",
"knip-ci": "knip --no-exit-code --reporter json --config .github/knip.ts",
"prepare": "husky install",
"test": "jest --setupFiles dotenv/config --coverage",
"test": "jest --coverage",
"worker": "wrangler dev --env dev --port 4000"
},
"keywords": [
Expand All @@ -33,7 +33,6 @@
"@octokit/webhooks": "13.2.7",
"@sinclair/typebox": "0.32.33",
"@ubiquity-dao/ubiquibot-logger": "^1.3.0",
"dotenv": "16.4.5",
"openai": "^4.52.7",
"typebox-validators": "0.3.5"
},
Expand Down Expand Up @@ -82,4 +81,4 @@
]
},
"packageManager": "[email protected]+sha1.ac34549e6aa8e7ead463a7407e1c7390f61a6610"
}
}
2 changes: 0 additions & 2 deletions src/types/github.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@ import { Context } from "./context";
export type Issue = RestEndpointMethodTypes["issues"]["get"]["response"]["data"];
export type IssueComments = RestEndpointMethodTypes["issues"]["listComments"]["response"]["data"];
export type ReviewComments = RestEndpointMethodTypes["pulls"]["listReviewComments"]["response"]["data"];
export type IssueComment = RestEndpointMethodTypes["issues"]["listComments"]["response"]["data"][0];
export type ReviewComment = RestEndpointMethodTypes["pulls"]["listReviewComments"]["response"]["data"][0];

export type FetchParams = {
context: Context;
Expand Down

0 comments on commit 7bd0557

Please sign in to comment.