mirror of
https://github.com/fosrl/pangolin.git
synced 2026-03-02 00:36:38 +00:00
fix lint
This commit is contained in:
@@ -59,7 +59,7 @@ function toPunycode(domain: string): string {
|
|||||||
|
|
||||||
function fromPunycode(domain: string): string {
|
function fromPunycode(domain: string): string {
|
||||||
try {
|
try {
|
||||||
const parts = toUnicode(domain)
|
const parts = toUnicode(domain);
|
||||||
return parts;
|
return parts;
|
||||||
} catch (error) {
|
} catch (error) {
|
||||||
return domain;
|
return domain;
|
||||||
|
|||||||
Reference in New Issue
Block a user