We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 309c600 commit 8211ee6Copy full SHA for 8211ee6
coderd/notifications/enqueuer.go
@@ -54,7 +54,6 @@ func NewStoreEnqueuer(cfg codersdk.NotificationsConfig, store Store, helpers tem
54
55
// Enqueue queues a notification message for later delivery, assumes no structured input data.
56
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.
58
return s.EnqueueData(ctx, userID, templateID, labels, nil, createdBy, targets...)
59
}
60
0 commit comments