update comments

This commit is contained in:
50h100a 2023-08-07 17:10:05 -04:00
parent 128945aaaa
commit c1ab0212e5
2 changed files with 2 additions and 2 deletions

View File

@ -43,7 +43,7 @@ function formatKoboldUrl(value) {
url.pathname = '/api';
}
return url.toString();
} catch { } // Try and Catch both fall through to the same return.
} catch { } // Just using URL as a validation check
return null;
}

View File

@ -106,7 +106,7 @@ function formatTextGenURL(value) {
url.pathname = '/api';
}
return url.toString();
} catch { } // Try and Catch both fall through to the same return.
} catch { } // Just using URL as a validation check
return null;
}