Skip to content

Commit

Permalink
Merge pull request #20 from aceld/feature/aceld
Browse files Browse the repository at this point in the history
update Function Cname When call AddConnConfig()
  • Loading branch information
aceld authored Apr 3, 2024
2 parents 98b3bf8 + 3976771 commit 8efacb6
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 8efacb6

Please sign in to comment.