You've already forked AstralRinth
forked from didirus/AstralRinth
More APIv2 Fixes (#210)
* Refactor search to not spam the database with queries, new utility routes for V2 * Run prepare * More V2 Fixes * Run prepare + formatter
This commit is contained in:
@@ -173,7 +173,7 @@ impl TeamMember {
|
||||
permissions: perms,
|
||||
accepted: m.accepted,
|
||||
user: User {
|
||||
id: UserId(m.id),
|
||||
id: UserId(m.user_id),
|
||||
github_id: m.github_id,
|
||||
name: m.user_name,
|
||||
email: m.email,
|
||||
|
||||
Reference in New Issue
Block a user