fix location example

This commit is contained in:
Pedro Lopez
2020-02-09 20:10:56 -04:00
parent 2607e6df3a
commit 74cfc69367

View File

@@ -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;