summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorTheFrenchGhosty <thefrenchghosty@posteo.is>2020-11-30 15:56:01 +0100
committerTheFrenchGhosty <thefrenchghosty@posteo.is>2020-11-30 15:56:01 +0100
commitca781651cb31bf790312481c92f145558fd21f67 (patch)
treecf6454c05bee6f78a40172dde75d9886de2e321b /src
parent417fa3cf3cdc467904523019f479a28f324ecb48 (diff)
downloadinvidious-ca781651cb31bf790312481c92f145558fd21f67.tar.gz
invidious-ca781651cb31bf790312481c92f145558fd21f67.tar.bz2
invidious-ca781651cb31bf790312481c92f145558fd21f67.zip
Fix formatting of #1504
Diffstat (limited to 'src')
-rw-r--r--src/invidious/helpers/errors.cr2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/invidious/helpers/errors.cr b/src/invidious/helpers/errors.cr
index c9f3c06c..68f7dd31 100644
--- a/src/invidious/helpers/errors.cr
+++ b/src/invidious/helpers/errors.cr
@@ -18,7 +18,7 @@ def error_template_helper(env : HTTP::Server::Context, config : Config, locale :
issue_template = %(Date: `#{Time::Format::ISO_8601_DATE_TIME.format(Time.utc)}`)
issue_template += %(\nRoute: `#{env.request.resource}`)
issue_template += %(\nVersion: `#{SOFTWARE["version"]} @ #{SOFTWARE["branch"]}`)
- #issue_template += %(\nPreferences: ```#{env.get("preferences").as(Preferences).to_json}```)
+ # issue_template += %(\nPreferences: ```#{env.get("preferences").as(Preferences).to_json}```)
issue_template += %(\nBacktrace: \n```\n#{exception.inspect_with_backtrace}```)
error_message = <<-END_HTML
Looks like you've found a bug in Invidious. Please open a new issue