parent
22e2b0a6a9
commit
55f66e6bcd
|
@ -226,7 +226,7 @@ export const getByViewerHandler = async ({ ctx }: GetByViewerOptions) => {
|
|||
image: `${CAL_URL}/team/${membership.team.slug}/avatar.png`,
|
||||
slug: membership.team.slug
|
||||
? !membership.team.parentId
|
||||
? `/team`
|
||||
? `team`
|
||||
: "" + membership.team.slug
|
||||
: null,
|
||||
},
|
||||
|
|
Loading…
Reference in New Issue