Skip to content

Commit 5c2e3fc

Browse files
committed
remove unused code
1 parent 0e399cf commit 5c2e3fc

File tree

1 file changed

+0
-7
lines changed
  • apps/web/app/api/changelog/status

1 file changed

+0
-7
lines changed

apps/web/app/api/changelog/status/route.ts

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,4 @@
11
import { NextResponse } from "next/server";
2-
import {
3-
HttpApiBuilder,
4-
HttpApiError,
5-
HttpServerResponse,
6-
} from "@effect/platform";
7-
import { Effect, Layer } from "effect";
8-
92
import { getChangelogPosts } from "../../../../utils/changelog";
103

114
export const revalidate = 0;

0 commit comments

Comments
 (0)