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

Commit

Permalink
Fix underscored variable which is used
Browse files Browse the repository at this point in the history
  • Loading branch information
JonJagger committed Aug 21, 2021
1 parent 0fd294a commit a943b98
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/server/code/external_runner.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

class ExternalRunner

def initialize(_http)
def initialize(http)
service = 'runner'
port = ENV['CYBER_DOJO_RUNNER_PORT'].to_i
@http = HttpJsonHash::service(self.class.name, http, service, port)
Expand Down

0 comments on commit a943b98

Please sign in to comment.