Commit 6189b8e 1 parent dc50fa9 commit 6189b8e Copy full SHA for 6189b8e
File tree 2 files changed +8
-3
lines changed
2 files changed +8
-3
lines changed Original file line number Diff line number Diff line change 14
14
- [x] Station μ 보
15
15
- [x] Station MMI II μ΄μ μ λ°μ event
16
16
- [ ] λ€μ€μ§μ§ λμ...?
17
- - [ ] μΊμ±...?
17
+ - [x ] μΊμ±...?
18
18
- [x] TS λ°μ½λ μ΄ν° κΈ°λ° μ΄λ²€νΈ...??
19
19
20
20
## Installation
Original file line number Diff line number Diff line change @@ -243,8 +243,6 @@ export class PEWSClient {
243
243
if ( this . _phase !== this . _cachedPhase ) {
244
244
this . renewGrid = true
245
245
needCaching = true
246
- // TODO: eqkInfo μΊμ± λμ
ν,
247
- // μ΄μ event ID μ λ€λ₯Ό λμ renewGrid = true μ²λ¦¬ νμ.
248
246
}
249
247
await this . eqkHandler ( bitEqkData )
250
248
@@ -298,7 +296,11 @@ export class PEWSClient {
298
296
"eqkHandler: eqkID hasn't changed, using cached data" ,
299
297
)
300
298
return
299
+ } else if ( this . _cachedPhase2Info !== undefined ) {
300
+ this . renewGrid = true
301
+ this . logger . debug ( 'New event ID, renewing grid data' )
301
302
}
303
+
302
304
break
303
305
304
306
case 3 :
@@ -308,6 +310,9 @@ export class PEWSClient {
308
310
"eqkHandler: eqkID hasn't changed, using cached data" ,
309
311
)
310
312
return
313
+ } else if ( this . _cachedPhase3Info !== undefined ) {
314
+ this . renewGrid = true
315
+ this . logger . debug ( 'New event ID, renewing grid data' )
311
316
}
312
317
break
313
318
}
You canβt perform that action at this time.
0 commit comments