mirror of
https://github.com/itdoginfo/podkop.git
synced 2025-12-17 13:08:36 +03:00
feat: finalize first modular pack
This commit is contained in:
@@ -18,7 +18,7 @@ export function validateTrojanUrl(url: string): ValidationResult {
|
||||
message: 'Invalid Trojan URL: must contain username, hostname and port',
|
||||
};
|
||||
}
|
||||
} catch (e) {
|
||||
} catch (_e) {
|
||||
return { valid: false, message: 'Invalid Trojan URL: parsing failed' };
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user