Skip to content

Commit

Permalink
change response message for clean endpoint
Browse files Browse the repository at this point in the history
  • Loading branch information
yuanmomo committed May 26, 2024
1 parent eda6273 commit 971fdf3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,6 @@ public BaseResponse clean(@NotNull @RequestParam("chainId") String chainIdParam,

this.memberService.cleanGitHubTgAndDiscordId(address);

return BaseResponse.success();
return BaseResponse.successWithData("GitHub, Telegram, Discord data are removed.");
}
}

0 comments on commit 971fdf3

Please sign in to comment.