remove ts ignore from docx export route

This commit is contained in:
Saumya 2025-09-02 03:19:32 +05:30
parent 034269d0ba
commit a1db7362a9
1 changed files with 0 additions and 1 deletions

View File

@ -1,5 +1,4 @@
import { NextRequest, NextResponse } from 'next/server';
// @ts-ignore
import HTMLtoDOCX from 'html-to-docx';
export async function POST(request: NextRequest) {