Skip to content

Commit c48bb66

Browse files
Doarakkoclaude
andcommitted
refactor: remove unused startDate constant
🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
1 parent a8b5dc1 commit c48bb66

File tree

1 file changed

+0
-3
lines changed
  • src/app/api/usernames/[username]/repositories/[repositoryName]/commits

1 file changed

+0
-3
lines changed

src/app/api/usernames/[username]/repositories/[repositoryName]/commits/route.ts

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,6 @@ import { GITHUB_REPOSITORY_NAME_REGEX } from "@/constants";
77

88
export const runtime = "edge";
99

10-
// https://docs.github.com/ja/rest/commits/commits?apiVersion=2022-11-28#list-commits
11-
const _startDate = new Date(Date.UTC(1970, 0, 1));
12-
1310
const defaultCommitLimit = 1;
1411

1512
export async function GET(request: Request) {

0 commit comments

Comments
 (0)