Skip to content

Commit

Permalink
feat: expose team.orgId in api
Browse files Browse the repository at this point in the history
  • Loading branch information
Geoffroy Empain committed Mar 11, 2021
1 parent 43b000e commit 0693f5d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/entities/teams/serialize-team.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ import { getLogoUrl } from '../../utils/get-logo-url';
export function serializeTeam(team: Team) {
return {
_id: team._id,
orgId: team.orgId,
createdAt: team.createdAt,
updatedAt: team.updatedAt,
name: team.name,
Expand Down

0 comments on commit 0693f5d

Please sign in to comment.