mirror of
https://github.com/itdoginfo/podkop.git
synced 2026-06-20 09:52:08 +03:00
feat: finalize first modular pack
This commit is contained in:
@@ -94,7 +94,7 @@ export function validateVlessUrl(url: string): ValidationResult {
|
||||
};
|
||||
}
|
||||
}
|
||||
} catch (e) {
|
||||
} catch (_e) {
|
||||
return { valid: false, message: 'Invalid VLESS URL: parsing failed' };
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user