Skip to content

Commit

Permalink
platform does not return error
Browse files Browse the repository at this point in the history
  • Loading branch information
daniellacosse committed Oct 6, 2023
1 parent f5c969b commit 893f80b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ func HandleRequest(rawRequest []byte) []byte {

result, resultError = ConnectivityTest(parameters)
} else if request.ResourceName == "Platform"
result, resultError = Platform(parameters)
result = Platform(parameters)
} else {
response.Error = "HandleRequest: method name not found"
}
Expand Down

0 comments on commit 893f80b

Please sign in to comment.