Skip to content

Commit fb87fce

Browse files
committed
udpate comment
1 parent e6b6269 commit fb87fce

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

gateway/controller/cancel.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,8 @@ func (c *CancelController) Cancel(ctx context.Context, req *pb.CancelRequest) (*
4444

4545
sqid := req.Sqid
4646

47+
// TODO: Insert the request to the event store
48+
4749
if err := c.publishToQueue(ctx, sqid); err != nil {
4850
c.logger.Errorw("failed to publish cancel request to queue",
4951
"sqid", sqid,

0 commit comments

Comments
 (0)