Skip to content

Commit

Permalink
log check
Browse files Browse the repository at this point in the history
  • Loading branch information
feruzm committed Sep 20, 2024
1 parent 670da83 commit 28835b3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/server/handlers/search-api.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ export const search = async (req: express.Request, res: express.Response) => {
if (since) payload.since = since;
if (scroll_id) payload.scroll_id = scroll_id;
if (votes) payload.votes = votes;
console.log('search', headers);

pipe(baseApiRequest(url, "POST", headers, payload), res);
}
Expand Down

0 comments on commit 28835b3

Please sign in to comment.