Skip to content

Commit

Permalink
Hound fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel-WWU-IT committed Jan 15, 2021
1 parent 63836d1 commit c39ee4f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkg/mentix/exchangers/importers/adminapi/query.go
Original file line number Diff line number Diff line change
Expand Up @@ -42,9 +42,9 @@ func decodeAdminQueryData(data []byte) (*meshdata.MeshData, error) {

meshData := &meshdata.MeshData{Sites: []*meshdata.Site{site}}
return meshData, nil
} else {
return nil, fmt.Errorf("site id invalid")
}

return nil, fmt.Errorf("site id invalid")
}

return nil, fmt.Errorf("site id missing")
Expand Down

0 comments on commit c39ee4f

Please sign in to comment.