0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2026-01-05 05:52:46 +00:00

Merge branch 'master' into PreventInterruptedBrewJump

This commit is contained in:
Trevor Buckner
2025-10-06 00:07:43 -04:00
committed by GitHub
11 changed files with 62 additions and 62 deletions

View File

@@ -18,7 +18,7 @@ module.exports = {
try {
Boolean(new URL(value));
return null;
} catch (e) {
} catch {
return 'Must be a valid URL';
}
}