Skip to content
This repository has been archived by the owner on Nov 26, 2022. It is now read-only.

Commit

Permalink
The queries is not carry over
Browse files Browse the repository at this point in the history
  • Loading branch information
Decky Fiyemonda committed Jul 11, 2018
1 parent 8492059 commit c2b2eef
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -397,6 +397,7 @@ public Builder(Request request) {
this.tag = request.tag;
this.db = request.db;
this.params = request.params;
this.queries = request.queries;
this.requestHandler = request.requestHandler;
this.cacheControl = request.cacheControl;
this.call = request.call;
Expand Down

0 comments on commit c2b2eef

Please sign in to comment.