Skip to content

Commit

Permalink
update mqtt url
Browse files Browse the repository at this point in the history
  • Loading branch information
Simon Hedström authored and Simon Hedström committed Aug 24, 2024
1 parent 84eb2f3 commit ac5c470
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion util/client.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@ type GlobalThis = {

export default function getClient(): MqttClient {
if (!(globalThis as GlobalThis).mqttClient)
(globalThis as GlobalThis).mqttClient = mqtt.connect('wss://server.insektionen.se/mqtt');
(globalThis as GlobalThis).mqttClient = mqtt.connect('wss://lmixer.insektionen.se/mqtt');
return (globalThis as GlobalThis).mqttClient!;
}

0 comments on commit ac5c470

Please sign in to comment.