Fix duplicate import in Netlify serverless function to prevent build/runtime errors
cgen-0a0a84456f664ff6a8739b246d910dd5
This commit is contained in:
parent
24cd5b61d8
commit
caef767bf9
1 changed files with 0 additions and 2 deletions
|
|
@ -1,5 +1,3 @@
|
|||
import serverless from "serverless-http";
|
||||
|
||||
import serverless from "serverless-http";
|
||||
import { createServer } from "../../server";
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue