chore: More tracing improvements
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
import { Team } from "@server/models";
|
||||
|
||||
export default function present(team: Team, isSignedIn = false) {
|
||||
export default function presentAvailableTeam(team: Team, isSignedIn = false) {
|
||||
return {
|
||||
id: team.id,
|
||||
name: team.name,
|
||||
|
||||
Reference in New Issue
Block a user