Skip to content

Commit

Permalink
Update reservation regions (#82)
Browse files Browse the repository at this point in the history
  • Loading branch information
hyojeongyunn authored Nov 13, 2023
1 parent 4d96f95 commit 02db2a7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/popo/place/place.meta.ts
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
export enum PlaceRegion {
student_hall = 'STUDENT_HALL',
jigok_center = 'JIGOK_CENTER',
others = 'OTHERS', // 생활관 외
others = 'OTHERS', // 기타
community_center = 'COMMUNITY_CENTER',
residential_college = 'RESIDENTIAL_COLLEGE',
}

export enum PlaceEnableAutoAccept {
Expand Down

0 comments on commit 02db2a7

Please sign in to comment.