Skip to content

Commit

Permalink
fix conflict
Browse files Browse the repository at this point in the history
  • Loading branch information
yxxchange committed Aug 15, 2023
1 parent bd6bce0 commit cc58694
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions controllers/pkg/notification/manager.go
Original file line number Diff line number Diff line change
Expand Up @@ -76,17 +76,6 @@ func NewNotificationManager(ctx context.Context, client client.Client,
}
}

func NewNotificationManager(ctx context.Context, client client.Client,
logger logr.Logger, batchSize, channelSize int) *Manager {
return &Manager{
ctx: ctx,
client: client,
logger: logger,
batchSize: batchSize,
channelSize: channelSize,
}
}

// Run of the NotificationManager runs the notification manager.
// It writes the notifications in batches
func (nm *Manager) Run() {
Expand Down

0 comments on commit cc58694

Please sign in to comment.