Moonlight-io / asteroid-sdk-js

5 stars 3 forks source link

Refactor out null usages whenever appropriate #86

Closed rockacola closed 4 years ago

rockacola commented 4 years ago

Solves https://github.com/Moonlight-io/asteroid-sdk-js/issues/64

rockacola commented 4 years ago

@lllwvlvwlll The changes are straightforward as it's a mere refactor. However, it may be appropriate to review workers' usages in case of any usages that distinguishes null from undefined. Thanks.