mirror of
https://github.com/d0zingcat/nextjs-notion-starter-kit.git
synced 2026-05-13 15:09:47 +00:00
feat: fix search
This commit is contained in:
@@ -22,8 +22,6 @@ async function searchNotionImpl(
|
||||
}
|
||||
})
|
||||
.then((res) => {
|
||||
console.log(res)
|
||||
|
||||
if (res.ok) {
|
||||
return res
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user