Skip to content

Commit e54a0ac

Browse files
[flyteadmin][refactor] Make createMsgChan to private function (#6467)
Signed-off-by: Future-Outlier <eric901201@gmail.com>
1 parent 5f98022 commit e54a0ac

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

flyteadmin/pkg/async/notifications/factory.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ type EmailerConfig struct {
4949

5050
// For sandbox only
5151

52-
func CreateMsgChan() {
52+
func createMsgChan() {
5353

5454
once.Do(func() {
5555

@@ -329,7 +329,7 @@ func NewNotificationsPublisher(config runtimeInterfaces.NotificationsConfig, sco
329329

330330
case common.Sandbox:
331331

332-
CreateMsgChan()
332+
createMsgChan()
333333

334334
return implementations.NewSandboxPublisher(msgChan)
335335

0 commit comments

Comments
 (0)