Skip to content

Commit 8211ee6

Browse files
committed
nil-omitted
1 parent 309c600 commit 8211ee6

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

coderd/notifications/enqueuer.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,6 @@ func NewStoreEnqueuer(cfg codersdk.NotificationsConfig, store Store, helpers tem
5454

5555
// Enqueue queues a notification message for later delivery, assumes no structured input data.
5656
func (s *StoreEnqueuer) Enqueue(ctx context.Context, userID, templateID uuid.UUID, labels map[string]string, createdBy string, targets ...uuid.UUID) (*uuid.UUID, error) {
57-
// "nil" data will be omitted while building the JSON payload.
5857
return s.EnqueueData(ctx, userID, templateID, labels, nil, createdBy, targets...)
5958
}
6059

0 commit comments

Comments
 (0)