mirror of
https://github.com/cheveguerra/whatsapp-web.js.git
synced 2026-04-19 20:19:14 +00:00
fix location example
This commit is contained in:
@@ -1,5 +1,5 @@
|
|||||||
const fs = require('fs');
|
const fs = require('fs');
|
||||||
const { Client } = require('./index');
|
const { Client, Location } = require('./index');
|
||||||
|
|
||||||
const SESSION_FILE_PATH = './session.json';
|
const SESSION_FILE_PATH = './session.json';
|
||||||
let sessionCfg;
|
let sessionCfg;
|
||||||
|
|||||||
Reference in New Issue
Block a user