Skip to content

Commit

Permalink
update Function Cname When call AddConnConfig()
Browse files Browse the repository at this point in the history
  • Loading branch information
aceld committed Apr 3, 2024
1 parent 0c058d3 commit 0e0c669
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions config/kis_func_config.go
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,9 @@ func (fConf *KisFuncConfig) AddConnConfig(cConf *KisConnConfig) error {
// Connector需要和Function进行关联
_ = cConf.WithFunc(fConf)

// 更新Function配置中的CName
fConf.Option.CName = cConf.CName

return nil
}

Expand Down

0 comments on commit 0e0c669

Please sign in to comment.