Skip to content

Commit

Permalink
fix: review comments
Browse files Browse the repository at this point in the history
  • Loading branch information
niloofar-deriv committed Dec 14, 2023
1 parent 7d75843 commit 8548826
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Expand Up @@ -14,7 +14,7 @@ const useAdvertiserRelationsAddBlocked = () => {
return {
data,
/** Sends a request to block advertiser of the current user by passing the advertiser id. */
addBlockedAdvertiser,
mutate: addBlockedAdvertiser,
...rest,
};
};
Expand Down
Expand Up @@ -17,7 +17,7 @@ const useAdvertiserRelationsRemoveBlocked = () => {
return {
data,
/** Sends a request to unblock advertiser of the current user by passing the advertiser id. */
removeBlockedAdvertiser,
mutate: removeBlockedAdvertiser,
...rest,
};
};
Expand Down

0 comments on commit 8548826

Please sign in to comment.