Skip to content

Commit

Permalink
chore: missing id
Browse files Browse the repository at this point in the history
  • Loading branch information
lukaszjedrasik committed Jan 7, 2021
1 parent 9e2087c commit ae00d09
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/core/core/src/factories/useReviewFactory.ts
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ export function useReviewFactory<REVIEW, REVIEWS_SEARCH_PARAMS, REVIEW_ADD_PARAM
};

const addReview = async (params): Promise<void> => {
Logger.debug('useReview.addReview', params);
Logger.debug(`useReview/${id}/addReview`, params);

try {
loading.value = true;
Expand Down

0 comments on commit ae00d09

Please sign in to comment.