Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
mirhmousavi committed May 3, 2024
1 parent 1a85944 commit 4782ff0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.js
Original file line number Diff line number Diff line change
Expand Up @@ -243,7 +243,7 @@ function loadSurfly() {
console.log("Connection has been opened");


const adminAPIRoom = drone.subscribe('adminAPI');
const adminAPIRoom = drone.subscribe('adminapi');
adminAPIRoom.on('open', error => {
if (error) {
return console.error(error);
Expand Down

0 comments on commit 4782ff0

Please sign in to comment.