Skip to content

Commit

Permalink
removed stale code comment
Browse files Browse the repository at this point in the history
  • Loading branch information
jkaster committed Oct 5, 2021
1 parent 04907cf commit 90bbe8e
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions packages/sdk-node/test/methods.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -871,12 +871,6 @@ describe('LookerNodeSDK', () => {
async () => {
const sdk = new LookerSDK(session)
const query = await sdk.ok(
// sdk.create_query({
// model: 'thelook',
// view: 'users',
// fields: ['users.id', 'users.first_name'],
// // filters: { 'users.id': '-1' },
// })
sdk.create_query({
model: 'system__activity',
view: 'dashboard',
Expand Down

0 comments on commit 90bbe8e

Please sign in to comment.