typography

This commit is contained in:
2025-07-06 02:50:35 +00:00
parent 09722507c6
commit 419285487a

View File

@ -133,7 +133,7 @@ const isFromWhitelistedDomain = (fqn: string): boolean => {
return true; return true;
} }
console.log( console.log(
`Rejecting prompt request from un-whitelisted domain: ${domain}` `Rejecting prompt request from non-whitelisted domain: ${domain}`
); );
return false; return false;
} catch (error: any) { } catch (error: any) {