Skip to content

Commit

Permalink
fix location example
Browse files Browse the repository at this point in the history
  • Loading branch information
pedroslopez committed Feb 10, 2020
1 parent 2607e6d commit 74cfc69
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion example.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
const fs = require('fs');
const { Client } = require('./index');
const { Client, Location } = require('./index');

const SESSION_FILE_PATH = './session.json';
let sessionCfg;
Expand Down

0 comments on commit 74cfc69

Please sign in to comment.