This commit is contained in:
Anant Prakash 2018-06-26 15:53:48 +05:30
parent 8aecfee714
commit 9b9bcc268e
No known key found for this signature in database
GPG key ID: C5D399F626523045

View file

@ -37,7 +37,7 @@ func GetUserDevices(
if err != nil {
return util.JSONResponse{
Code: http.StatusBadRequest,
JSON: jsonerror.InvalidArgumentValue("Invalid userID"),
JSON: jsonerror.InvalidArgumentValue("Invalid user ID"),
}
}