correct malformed json
parent
82b86879d2
commit
fb0e82931d
|
@ -33,7 +33,7 @@ define([
|
|||
websocketURL: Config.websocketURL,
|
||||
userName: Crypto.rand64(8),
|
||||
channel: key.channel,
|
||||
key.cryptKey
|
||||
cryptKey: key.cryptKey
|
||||
};
|
||||
|
||||
var rttext = RTText.start(config);
|
||||
|
|
Loading…
Reference in New Issue