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

Commit

Permalink
fixes issue request #20
Browse files Browse the repository at this point in the history
  • Loading branch information
ritwickdey committed Oct 30, 2017
1 parent 8215f7a commit a77b281
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/appModel.ts
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ export class AppModel {

if (includeItems && includeItems.length) {
if (includeItems.length === 1) {
queryPatten = queryPatten[0];
queryPatten = includeItems[0];
}
else {
queryPatten = `{${includeItems.join(',')}}`;
Expand Down

0 comments on commit a77b281

Please sign in to comment.