SiLeBAT / fcl-client

Web app for analyzing food delivery networks
https://silebat.github.io/fcl-client/
GNU General Public License v3.0
7 stars 2 forks source link

Add a util function to find index of element in array or return undefined. #799

Closed arne-z closed 3 months ago

arne-z commented 3 months ago

This behaviour was requested for use with the nullish coalescing operator in multiple places in the codebase.

As part of this PR places in the codebase that could benefit from this util will be updated.

arne-z commented 3 months ago

This proves to be currently unneeded.