mirror of
https://github.com/coder/coder.git
synced 2026-09-24 15:04:27 +08:00
This was a bad smell that was being addressed by the frontend. This type was generating out to be a `nil`/`null` instead of an empty `License[]`. Now this returns as an empty array and we can actively check if we have no licenses with a length of `0`.