Skip to content

Commit

Permalink
Update server.js
Browse files Browse the repository at this point in the history
  • Loading branch information
t0mer committed Dec 4, 2023
1 parent 8ffdec0 commit 8a8f6a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ if (
throw 'Missing configuration...';
}

const tg = new TelegramNearby(config.telegramApiId, config.telegramApiHash, config.lat, config.lon);
const tg = new TelegramNearby(config.telegramApiId, config.telegramApiHash);
const app = express();

app.use(addRequestId);
Expand Down

0 comments on commit 8a8f6a8

Please sign in to comment.