reformat with prettier with semicolons and tabs
This commit is contained in:
@ -1,3 +1,3 @@
|
||||
import type { NextApiRequest, NextApiResponse } from "next"
|
||||
import type { NextApiRequest, NextApiResponse } from "next";
|
||||
|
||||
export default async function incomingCallHandler(req: NextApiRequest, res: NextApiResponse) {}
|
||||
|
@ -1,3 +1,3 @@
|
||||
import type { NextApiRequest, NextApiResponse } from "next"
|
||||
import type { NextApiRequest, NextApiResponse } from "next";
|
||||
|
||||
export default async function outgoingCallHandler(req: NextApiRequest, res: NextApiResponse) {}
|
||||
|
Reference in New Issue
Block a user