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