Skip to content

Commit

Permalink
Update index.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
mikebenner authored Oct 23, 2024
1 parent b541a64 commit a4a260b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -241,7 +241,7 @@ if (!process.env.DISCORD_WEBHOOK_URL) {
const baWebhookUrl = process.env.DISCORD_WEBHOOK_URL;
const svWebhookUrl = process.env.SV_DISCORD_WEBHOOK_URL;

const mesh_topic = process.env.MQTT_TOPIC || "msh/US/bayarea";
const mesh_topic = process.env.MQTT_TOPIC || "msh/US/CA/SoCalMesh";
const grouping_duration = parseInt(process.env.GROUPING_DURATION || "10000");

function sendDiscordMessage(webhookUrl: string, payload: any) {
Expand Down

0 comments on commit a4a260b

Please sign in to comment.