frankenphp icon indicating copy to clipboard operation
frankenphp copied to clipboard

Issue 1: Inconsistent URL Construction

Open PrinceSajjadHussain opened this issue 6 months ago • 1 comments

In several files (e.g., api.js, computation.js, database.js), the URL is constructed using http.url${__ENV.CADDY_HOSTNAME}/sleep.php.... In other files (e.g., hanging-requests.js, hello-world.js, timeouts.js), the URL is constructed using string concatenation: ${__ENV.CADDY_HOSTNAME}/sleep.php.... The usage should be consistent across all files. Prefer http.url` or template literals for readability and maintainability.

PrinceSajjadHussain avatar Jun 19 '25 15:06 PrinceSajjadHussain

Not sure to understand. Are you on the wrong issue tracker?

dunglas avatar Jun 19 '25 17:06 dunglas

Looking at that account, this seems like some kind of code review automation.

AlliBalliBaba avatar Jun 20 '25 21:06 AlliBalliBaba