mirror of
https://github.com/d0zingcat/nextjs-notion-starter-kit.git
synced 2026-05-22 23:16:44 +00:00
minor style and comments
This commit is contained in:
@@ -10,6 +10,7 @@ export default async (req: NextApiRequest, res: NextApiResponse) => {
|
||||
|
||||
const searchParams: types.SearchParams = req.body
|
||||
|
||||
console.log('lambda search-notion', searchParams)
|
||||
const results = await search(searchParams)
|
||||
|
||||
res.setHeader(
|
||||
|
||||
Reference in New Issue
Block a user