1
0

Fix description cache

This commit is contained in:
Geometrically
2020-12-29 21:49:01 -07:00
parent 833cb99f41
commit fd33ff81c9
5 changed files with 32 additions and 9 deletions

View File

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