- Notifications
You must be signed in to change notification settings - Fork20.6k
Commitdfe212d
authored
Event: Simplify the check for saved data in leverageNative
Previously, when `leverageNative` handled async events, there wasa case where an empty placeholder object was set as a result.Covering both such an object and `false` required a `length` check.However, this is not necessary sincegh-5223 and the check wasalready simplified in other places; this one was missed.Closesgh-5236Refgh-52231 parent6ad3651 commitdfe212d
1 file changed
+1
-1
lines changedLines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
556 | 556 |
| |
557 | 557 |
| |
558 | 558 |
| |
559 |
| - | |
| 559 | + | |
560 | 560 |
| |
561 | 561 |
| |
562 | 562 |
| |
|
0 commit comments
Comments
(0)