Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
Signed-off-by: Min Min <jamsman94@gmail.com>
  • Loading branch information
jamsman94 committed Nov 29, 2024
1 parent f380bd7 commit 7c60359
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkg/microservice/aslan/core/common/service/sae/sae.go
Original file line number Diff line number Diff line change
Expand Up @@ -123,6 +123,7 @@ type saeKV struct {
// CreateKVMap takes a string and de-serialize it into a struct that we can use
func CreateKVMap(kv *string) (map[string]*commonmodels.SAEKV, error) {
envList := make([]*saeKV, 0)
fmt.Println(tea.StringValue(kv))
err := json.Unmarshal([]byte(tea.StringValue(kv)), &envList)
if err != nil {
return nil, err
Expand Down

0 comments on commit 7c60359

Please sign in to comment.