Pass found cards in sessionData cursor

This commit is contained in:
John R. Supplee 2021-01-24 02:32:37 +02:00
parent dd163b9923
commit 907bf4ffdc
7 changed files with 137 additions and 80 deletions

View file

@ -39,6 +39,14 @@ SessionData.attachSchema(
type: Number,
optional: true,
},
cards: {
type: [String],
optional: true,
},
errorMessages: {
type: [String],
optional: true,
},
createdAt: {
/**
* creation date of the team