diff --git a/nodejs/templates/error.ejs b/nodejs/templates/error.ejs index d64391e..91f47a9 100644 --- a/nodejs/templates/error.ejs +++ b/nodejs/templates/error.ejs @@ -97,7 +97,7 @@ Performance & security by <%= perf_sec_by.text || 'Cloudflare' %> <% const creator_info = params.creator_info || {}; %> - <% if (!creator_info.hidden) { %> + <% if (!(creator_info.hidden ?? true)) { %> Created with <%= creator_info.text %> <% } %>