Skip to content

Commit 443e98d

Browse files
author
yuxinyxli
committed
add group blockchain
1 parent 9040107 commit 443e98d

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

src/constants/httpMsg/recruitment/getRecruitmentMsg.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ interface Statistics {
1313
lab?: number;
1414
pm?: number;
1515
web?: number;
16+
blockchain?: number;
1617
}
1718

1819
export interface GroupDetails {
@@ -25,6 +26,7 @@ export interface GroupDetails {
2526
lab?: number;
2627
pm?: number;
2728
web?: number;
29+
blockchain?: number;
2830
}
2931

3032
export interface Recruitment {

src/constants/team.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ export enum Group {
3939
Design = 'design',
4040
PM = 'pm',
4141
Unique = 'unique', // for team interview
42+
Blockchain = 'blockchain',
4243
}
4344

4445
export const groupMapping = {
@@ -49,6 +50,7 @@ export const groupMapping = {
4950
Web: Group.Web,
5051
Lab: Group.Lab,
5152
Game: Group.Game,
53+
Blockchain: Group.Blockchain,
5254
};
5355

5456
export enum Evaluation {

0 commit comments

Comments
 (0)