I should go to bed...

This commit is contained in:
flash 2025-04-22 22:23:58 +00:00
parent bc99cd0910
commit cf22e63ac5
Signed by: flash
GPG key ID: 2C9C2C574D47FE3E

View file

@ -141,7 +141,7 @@ const Flashii = function(baseUrl) {
if(status === 404)
throw new Error('Was unable to determine a server based on the requested parameters.');
if(status > 299)
throw new Error(`Failed to fetch recommend chat server with error code ${status}.`);
throw new Error(`Failed to fetch recommended chat server with error code ${status}.`);
return body;
};