mirror of
https://github.com/sct/overseerr.git
synced 2025-12-27 00:34:56 +01:00
The isValidURL function was returning false when the provided value was undefined/null/empty, but needs to return true instead so it doesn't interfere with Yup validation.