diff options
| author | TheFrenchGhosty <thefrenchghosty@posteo.is> | 2020-11-30 15:56:01 +0100 |
|---|---|---|
| committer | TheFrenchGhosty <thefrenchghosty@posteo.is> | 2020-11-30 15:56:01 +0100 |
| commit | ca781651cb31bf790312481c92f145558fd21f67 (patch) | |
| tree | cf6454c05bee6f78a40172dde75d9886de2e321b /src | |
| parent | 417fa3cf3cdc467904523019f479a28f324ecb48 (diff) | |
| download | invidious-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.cr | 2 |
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 |
