Skip to content

Commit

Permalink
fix(server): #close use super not previous_def
Browse files Browse the repository at this point in the history
  • Loading branch information
stakach committed Jul 24, 2023
1 parent 6257493 commit eb4df9d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion shard.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: action-controller
version: 7.0.1
version: 7.0.2
crystal: ">= 1.9.0"

dependencies:
Expand Down
2 changes: 1 addition & 1 deletion src/action-controller/server.cr
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ class ActionController::Server
end

def close
previous_def
super
worker.close
end
end
Expand Down

0 comments on commit eb4df9d

Please sign in to comment.