Skip to content

Commit 21f4831

Browse files
committed
fix: remove unused normalizeHeader import in commit route
1 parent ad16c36 commit 21f4831

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • codebenders-dashboard/app/api/admin/upload/commit

codebenders-dashboard/app/api/admin/upload/commit/route.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import { NextRequest, NextResponse } from "next/server"
22
import { parseFileBuffer, getFileType, validateFileSize } from "@/lib/upload-parser"
3-
import { SCHEMAS, normalizeHeader, type UploadSchema, type ColumnMapping } from "@/lib/upload-schemas"
3+
import { SCHEMAS, type UploadSchema, type ColumnMapping } from "@/lib/upload-schemas"
44
import { getPool } from "@/lib/db"
55

66
const BATCH_SIZE = 500

0 commit comments

Comments
 (0)