Skip to content

Commit

Permalink
Update attack.rb
Browse files Browse the repository at this point in the history
  • Loading branch information
johnnyshields authored Nov 23, 2023
1 parent dec27d2 commit 1b600a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/rack/attack.rb
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ def initialize(app)
end

def call(env)
return @app.call(env) if handle_call(env)
@app.call(env) if handle_call(env)
end

private
Expand Down

0 comments on commit 1b600a3

Please sign in to comment.