Skip to content

Commit d3e5581

Browse files
committed
fix: match webcam list with api
1 parent 324c3ba commit d3e5581

File tree

3 files changed

+8
-33
lines changed

3 files changed

+8
-33
lines changed

src/entities/slope/model/resorts/eden.tsx

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,5 +61,11 @@ export const EDEN: ResortConstant = {
6161
position: [32, 77],
6262
scale: 1,
6363
},
64+
{
65+
id: 4,
66+
key: '슬로프 광장',
67+
position: [83, 55],
68+
scale: 1,
69+
},
6470
],
6571
};

src/entities/slope/model/resorts/o2.tsx

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -85,17 +85,5 @@ export const O2: ResortConstant = {
8585
position: [23, 46],
8686
scale: 1,
8787
},
88-
{
89-
id: 3,
90-
key: '드림1',
91-
position: [80, 48],
92-
scale: 1,
93-
},
94-
{
95-
id: 4,
96-
key: '오투 스키하우스',
97-
position: [76, 14],
98-
scale: 1,
99-
},
10088
],
10189
};

src/entities/slope/model/resorts/vivaldipark.tsx

Lines changed: 2 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ export const VIVALDIPARK: ResortConstant = {
7373
},
7474
{
7575
id: 5,
76-
key: '테크노하단',
76+
key: '테크노',
7777
position: [64, 51],
7878
scale: 1,
7979
},
@@ -91,28 +91,9 @@ export const VIVALDIPARK: ResortConstant = {
9191
},
9292
{
9393
id: 9,
94-
key: '스키월드 정상',
94+
key: '스키장 정상',
9595
position: [14, 37],
9696
scale: 1,
9797
},
98-
{
99-
id: 3,
100-
key: '클래식',
101-
position: [30, 30],
102-
scale: 1,
103-
},
104-
105-
{
106-
id: 7,
107-
key: '펑키',
108-
position: [44, 46],
109-
scale: 1,
110-
},
111-
{
112-
id: 10,
113-
key: '테크노 상단',
114-
position: [24, 48],
115-
scale: 1,
116-
},
11798
],
11899
};

0 commit comments

Comments
 (0)