Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/spreed.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'src/store/tokenStore.js')
-rw-r--r--src/store/tokenStore.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/store/tokenStore.js b/src/store/tokenStore.js
index 29a785349..2eccd7342 100644
--- a/src/store/tokenStore.js
+++ b/src/store/tokenStore.js
@@ -29,7 +29,7 @@ const state = {
* might have a window of time in which we might be in
* conversation B in talk's UI while still leaving conversation
* A in the signaling server.
- **/
+ */
lastJoinedConversationToken: '',
}