Skip to content

Commit

Permalink
Revert "chore(*): remove assign"
Browse files Browse the repository at this point in the history
This reverts commit 1bc6951.
  • Loading branch information
Leopoldthecoder committed Jul 22, 2024
1 parent 1bc6951 commit 3efd626
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions kong/db/dao/certificates.lua
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@ function _Certificates:insert(cert, options)
end
end

cert.snis = nil
cert, err, err_t = self.super.insert(self, cert, options)
if not cert then
return nil, err, err_t
Expand Down

0 comments on commit 3efd626

Please sign in to comment.