Skip to content

Commit

Permalink
clean test step
Browse files Browse the repository at this point in the history
  • Loading branch information
Omarabdul3ziz committed Dec 8, 2024
1 parent 908ea83 commit e5f240c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions grid-proxy/internal/indexer/dmi.go
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,6 @@ func (w *DMIWork) Get(ctx context.Context, rmb *peer.RpcClient, twinId uint32) (

res := parseDmiResponse(dmi, twinId)
return []types.Dmi{res}, nil

}

func (w *DMIWork) Upsert(ctx context.Context, db db.Database, batch []types.Dmi) error {
Expand Down Expand Up @@ -74,7 +73,7 @@ func parseDmiResponse(dmiResponse zosDmiTypes.DMI, twinId uint32) types.Dmi {
}

// proper unknown memory type
memType := "lol"
memType := subSec.Properties["Type"].Val
if memType == outOfSpec {
memType = unknown
}
Expand Down

0 comments on commit e5f240c

Please # to comment.