Skip to content

Commit

Permalink
Merge pull request #337 from appwrite/fix-nodejs-query
Browse files Browse the repository at this point in the history
Added proper export for Query class
  • Loading branch information
TorstenDittmann authored Jan 7, 2022
2 parents 9e97d41 + bf4e4a1 commit 3542c6e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions templates/node/lib/query.js.twig
Original file line number Diff line number Diff line change
Expand Up @@ -32,3 +32,5 @@ class Query {
? `"${value}"`
: `${value}`;
}

module.exports = Query;

0 comments on commit 3542c6e

Please sign in to comment.