mirror of https://github.com/kortix-ai/suna.git
remove ts ignore from docx export route
This commit is contained in:
parent
034269d0ba
commit
a1db7362a9
|
@ -1,5 +1,4 @@
|
|||
import { NextRequest, NextResponse } from 'next/server';
|
||||
// @ts-ignore
|
||||
import HTMLtoDOCX from 'html-to-docx';
|
||||
|
||||
export async function POST(request: NextRequest) {
|
||||
|
|
Loading…
Reference in New Issue