Skip to content

Commit

Permalink
Nothing much
Browse files Browse the repository at this point in the history
  • Loading branch information
sujalgoel committed Jun 15, 2021
1 parent 8477410 commit c985cf2
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions test/test.js
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
const { mdl } = require('../index');

// mdl.SearchQuery('aloners')
// .then((data) => {
// console.log('SearchQuery Example:');
// console.log(data);
// });
mdl.SearchQuery('aloners')
.then((data) => {
console.log('SearchQuery Example:');
console.log(data);
});

mdl.FetchQuery('696359-people-living-alone')
.then((data) => {
Expand Down

0 comments on commit c985cf2

Please sign in to comment.