mirror of
https://github.com/itdoginfo/podkop.git
synced 2026-06-18 00:54:30 +03:00
feat: finalize first modular pack
This commit is contained in:
@@ -14,7 +14,7 @@ export function validateUrl(
|
||||
};
|
||||
}
|
||||
return { valid: true, message: 'Valid' };
|
||||
} catch (e) {
|
||||
} catch (_e) {
|
||||
return { valid: false, message: 'Invalid URL format' };
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user