feat: User invitation system.

This commit is contained in:
Ahmed Bouhuolia
2020-04-23 20:09:07 +02:00
parent 1e13aa16ac
commit 11e3d4c1a9
23 changed files with 970 additions and 50 deletions

View File

@@ -249,7 +249,6 @@ export default class MetableCollection {
this.metadata.push(meta);
}
toArray() {
return this.metadata;
}