diff --git a/config/initializers/dfe_analytics.rb b/config/initializers/dfe_analytics.rb index 15decc1d7..cbf8780c5 100644 --- a/config/initializers/dfe_analytics.rb +++ b/config/initializers/dfe_analytics.rb @@ -29,7 +29,7 @@ # # We base64 encode the secret otherwise the raw JSON is mangled when it gets #  written to/read from the Azure keyvault. - config.bigquery_api_json_key = ENV['BIGQUERY_API_JSON_KEY'] ? Base64.decode64(ENV['BIGQUERY_API_JSON_KEY']) : nil + config.bigquery_api_json_key = ENV["BIGQUERY_API_JSON_KEY"] ? Base64.decode64(ENV["BIGQUERY_API_JSON_KEY"]) : nil # Passed directly to the retries: option on the BigQuery client #