skynetcap/serum-data

Fix: Replace null-passing with Optional keyword

Closed this issue · 0 comments

A lot of code will return a null if the desired function/search/lookup returns no results. Replace these flows with the Optional keyword.