1
0

Add 'accepted' field to TeamMember

This commit is contained in:
Geometrically
2020-12-26 22:49:07 -07:00
parent 4beace1bb0
commit bd5d84abcd
5 changed files with 63 additions and 53 deletions

View File

@@ -182,6 +182,7 @@ pub async fn teams(
} else {
None
},
accepted: data.accepted
})
.collect();