feat: fix search

This commit is contained in:
Travis Fischer
2022-03-26 01:05:55 -04:00
parent c74ca7df6d
commit dcc6b6048f
6 changed files with 30 additions and 31 deletions

View File

@@ -22,8 +22,6 @@ async function searchNotionImpl(
}
})
.then((res) => {
console.log(res)
if (res.ok) {
return res
}