Skip to content

Commit

Permalink
fix: ensure search parameters are used in passthrough URL
Browse files Browse the repository at this point in the history
  • Loading branch information
eduardoboucas committed Aug 23, 2019
1 parent 9ee9d87 commit 95654a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dadi/lib/handlers/default.js
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ DefaultHandler.prototype.get = function () {

this.storageHandler = this.storageFactory.create(
'asset',
this.url.pathname.slice(1),
this.url.href.slice(1),
{domain: this.req.__domain}
)

Expand Down

0 comments on commit 95654a7

Please sign in to comment.