Commit 4b87fa1 ticaki
committed
1 parent a89adf0 commit 4b87fa1 Copy full SHA for 4b87fa1
File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -460,17 +460,17 @@ export class Library extends BaseClass {
460
460
stateTyp :
461
461
stateType !== undefined
462
462
? stateType
463
- : this . stateDataBase [ dp ] !== undefined && this . stateDataBase [ dp ] ! . stateTyp !== undefined
464
- ? this . stateDataBase [ dp ] ! . stateTyp
463
+ : this . stateDataBase [ dp ] !== undefined && this . stateDataBase [ dp ] . stateTyp !== undefined
464
+ ? this . stateDataBase [ dp ] . stateTyp
465
465
: undefined ,
466
466
val : val ,
467
467
ack : ack ,
468
468
ts : ts ? ts : Date . now ( ) ,
469
469
obj :
470
470
obj !== undefined
471
471
? obj
472
- : this . stateDataBase [ dp ] !== undefined && this . stateDataBase [ dp ] ! . obj !== undefined
473
- ? this . stateDataBase [ dp ] ! . obj
472
+ : this . stateDataBase [ dp ] !== undefined && this . stateDataBase [ dp ] . obj !== undefined
473
+ ? this . stateDataBase [ dp ] . obj
474
474
: undefined ,
475
475
init : init ,
476
476
} ;
You can’t perform that action at this time.
0 commit comments