File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
components/quickbooks/actions Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -52,7 +52,7 @@ export default {
5252
5353 let maxResults = "" ;
5454 if ( this . maxResults ) {
55- maxResults = ` MAXRESULTS ${ this . maxResults } ` || "" ;
55+ maxResults = ` MAXRESULTS ${ this . maxResults } ` ;
5656 }
5757
5858 const query = `select * from Account where ${ this . whereClause } ${ orderClause } ${ startPosition } ${ maxResults } ` ;
Original file line number Diff line number Diff line change @@ -52,7 +52,7 @@ export default {
5252
5353 let maxResults = "" ;
5454 if ( this . maxResults ) {
55- maxResults = ` MAXRESULTS ${ this . maxResults } ` || "" ;
55+ maxResults = ` MAXRESULTS ${ this . maxResults } ` ;
5656 }
5757
5858 const query = `select * from Customer where ${ this . whereClause } ${ orderClause } ${ startPosition } ${ maxResults } ` ;
You can’t perform that action at this time.
0 commit comments