Skip to content
This repository has been archived by the owner on Apr 25, 2024. It is now read-only.

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
GrantBirki committed Apr 6, 2023
1 parent 2f253ee commit 8f80cf2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@

[![lint](https://github.com/runwayapp/runway/actions/workflows/lint.yml/badge.svg)](https://github.com/runwayapp/runway/actions/workflows/lint.yml) [![test](https://github.com/runwayapp/runway/actions/workflows/test.yml/badge.svg)](https://github.com/runwayapp/runway/actions/workflows/test.yml)

API for the runway GitHub App
The GitHub App for runway
2 changes: 1 addition & 1 deletion src/lib/services/air_traffic_controller.rb
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ module Services
class AirTrafficController
def initialize(logger: nil)
@log = logger || Logger.new($stdout, level: ENV.fetch("LOG_LEVEL", "INFO").upcase)
@endpoint = "#{ENV.fetch("ATC_ENDPOINT", nil)}/api/v1"
@endpoint = "#{ENV.fetch('ATC_ENDPOINT', nil)}/api/v1"
@jwt_token = nil
@jwt_token_raw = nil
@api_key_headers = {
Expand Down

0 comments on commit 8f80cf2

Please sign in to comment.