Manager: Fix invalid null assertion #104307

Merged
Sybren A. Stüvel merged 1 commits from abelli/flamenco:invalid-null into main 2024-05-13 16:21:40 +02:00

1 Commits

Author SHA1 Message Date
5dbe52215a Manager: Fix invalid null assertion
Remove the null check of a condition that evaluates if a string variable
is empty. In JavaScript, empty strings are truthy values compared to null.
2024-05-12 09:50:20 -03:00