Skip to content

Commit

Permalink
Merge pull request #226 from mash-up-kr/fix/platform-team-id
Browse files Browse the repository at this point in the history
서버쪽과 TeamId 상수값이 일치하도록 수정
  • Loading branch information
HaJunRyu authored Jan 10, 2023
2 parents 680e945 + 6112c8c commit 67b1dc1
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions src/constants/team.ts
Original file line number Diff line number Diff line change
Expand Up @@ -29,12 +29,12 @@ export const teamIds = {
[teamNames.spring]: 10,
},
13: {
[teamNames.spring]: 11,
[teamNames.design]: 12,
[teamNames.web]: 13,
[teamNames.android]: 14,
[teamNames.ios]: 15,
[teamNames.node]: 16,
[teamNames.design]: 11,
[teamNames.web]: 12,
[teamNames.android]: 13,
[teamNames.ios]: 14,
[teamNames.node]: 15,
[teamNames.spring]: 16,
},
} as const;

Expand Down

0 comments on commit 67b1dc1

Please sign in to comment.