Github user r3b commented on a diff in the pull request:

    https://github.com/apache/incubator-usergrid/pull/156#discussion_r23695517
  
    --- Diff: 
sdks/dotnet/samples/notifications/Usergrid.Notifications/Client/PushClient.cs 
---
    @@ -114,7 +116,7 @@ public PushClient(IUsergridHttpClient usergrid, string 
notifier)
            
             private async Task<JToken> GetDevice(Guid deviceId)
             {
    -            var jsonResponse = await usergrid.SendAsync(HttpMethod.Get, 
"devices/" + deviceId, null);
    +            var jsonResponse = await usergrid.SendAsync(HttpMethod.Get, 
"users/"+userId+"/devices/" + deviceId, null);
    --- End diff --
    
    why not use String.Format here? It's not consistent with previous methods.


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---

Reply via email to