Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update ShopifyLoopbackRedirectHandler.cs
  • Loading branch information
martincostello authored Jul 21, 2019
commit ce62433b9e5c6df765c4d0687bf98c24299225bc
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ public ShopifyLoopbackRedirectHandler()

protected override Uri BuildLoopbackUri(HttpResponseMessage responseMessage)
{

Uri uri = base.BuildLoopbackUri(responseMessage);

var builder = new UriBuilder(uri);
Expand Down