Skip to content

Commit

Permalink
Fix the uncorrect type mismatch to fetch info from metadb
Browse files Browse the repository at this point in the history
  • Loading branch information
powerkimhub committed Aug 27, 2024
1 parent c776da7 commit 531b49c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api-runtime/common-runtime/VMManager.go
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,7 @@ func GetVMUsingRS(connectionName string, cspID string) (VMUsingResources, error)
//// ---(c) Get Using Key IID List

// get Key IID:list
var keyIIDInfoList []*SGIIDInfo
var keyIIDInfoList []*KeyIIDInfo
err = infostore.ListByCondition(&keyIIDInfoList, CONNECTION_NAME_COLUMN, connectionName)
if err != nil {
cblog.Error(err)
Expand Down

0 comments on commit 531b49c

Please sign in to comment.