Skip to content

Commit

Permalink
remove console.log
Browse files Browse the repository at this point in the history
  • Loading branch information
Bardala committed Nov 13, 2023
1 parent 8c9fc53 commit 7452fad
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion frontend/src/utils/api.ts
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,6 @@ export const spcApi = (spcId: string) => () =>
export const blogsApi =
(spcId: string) =>
({ pageParam = 1 }) => {
console.log('spcId', spcId);
return fetchFn<SpaceBlogsReq, SpaceBlogsRes>(
ENDPOINT.GET_SPACE_BLOGS,
'GET',
Expand Down

0 comments on commit 7452fad

Please sign in to comment.