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:
authorJoas Schilling <coding@schilljs.com>2021-08-30 16:20:19 +0300
committerJoas Schilling <coding@schilljs.com>2021-08-30 16:20:19 +0300
commitd1873a40d5bfe383b5449c2a709717f000c72cbd (patch)
tree3bb17ff7f9eb12e865ed0b62efa657c66ae142ab /src/deck.js
parentf307272c53cf36489a7743605411b0eea6661430 (diff)
Fix stores and some other basics
Signed-off-by: Joas Schilling <coding@schilljs.com>
Diffstat (limited to 'src/deck.js')
-rw-r--r--src/deck.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/deck.js b/src/deck.js
index fdd3226fe..215b6bb20 100644
--- a/src/deck.js
+++ b/src/deck.js
@@ -30,8 +30,8 @@ import RoomSelector from './views/RoomSelector'
(function(OC, OCA, t, n) {
/**
- * @param card
- * @param token
+ * @param {object} card The card object given by the deck app
+ * @param {string} token The conversation to post to
*/
async function postCardToRoom(card, token) {
try {