Skip to content

Commit

Permalink
Merge pull request #26 from takkii/develop
Browse files Browse the repository at this point in the history
Delete.
  • Loading branch information
takkii authored Jan 1, 2025
2 parents a3a2467 + a3ef63b commit 7bc3c7b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion app/controllers/application_controller.rb
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ def raise_not_found!
private

def validate_ipaddress
local_ip = AllowedSource.all
nodejs_path = "node" + " " + "#{File.dirname(__FILE__) + '/myipad.js'}"
stdout_js, stderr_js, status_js = Open3.capture3(nodejs_path)

Expand Down

0 comments on commit 7bc3c7b

Please sign in to comment.