Skip to content

Commit

Permalink
[skip CI] CI/CD: format code
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Nov 19, 2024
1 parent 9468fea commit e1eec24
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ public NotifierChannelCreateController() : base("/client/notifier/channel/create
public override Task RunAsync(EftHttpContext context)
{
var channelId = SimpleId.Generate(64);

// TODO: don't hardcode address
// --seionmoya, 2024-11-18
var response = new ResponseBody<NotifierChannelCreateResponse>
Expand Down

0 comments on commit e1eec24

Please sign in to comment.