Skip to content

Commit

Permalink
Build failed. removing unused vars
Browse files Browse the repository at this point in the history
  • Loading branch information
havtro committed Jan 4, 2024
1 parent a1971c5 commit 277a99a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/api/v1/deploylog/route.ts
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ export async function GET(request: NextRequest) {

export async function POST(request: Request) {
const body = await request.json()
const headers = new Headers(request.headers)
//const headers = new Headers(request.headers)
if (!body.environment) {
return NextResponse.json("Property environment is missing in request", {
status: 400,
Expand Down

0 comments on commit 277a99a

Please sign in to comment.