mirror of
https://github.com/KevinMidboe/zoff.git
synced 2025-10-29 18:00:23 +00:00
Typo in variable-name
This commit is contained in:
@@ -96,7 +96,7 @@ module.exports = function() {
|
|||||||
if(coll.indexOf("?") > -1){
|
if(coll.indexOf("?") > -1){
|
||||||
coll = coll.substring(0, coll.indexOf("?"));
|
coll = coll.substring(0, coll.indexOf("?"));
|
||||||
}
|
}
|
||||||
Functions.setChromecastHost(socket.cookie_id, msg.socketid, msg.channel, function(results) {
|
Functions.setChromecastHost(socket.cookie_id, msg.socket_id, msg.channel, function(results) {
|
||||||
console.log("setChromecastHost: ", results);
|
console.log("setChromecastHost: ", results);
|
||||||
});
|
});
|
||||||
//socket.cookie_id = msg.guid;
|
//socket.cookie_id = msg.guid;
|
||||||
|
|||||||
Reference in New Issue
Block a user