fix(coding-style): linting changes reverted to be consistent with existing style
This commit is contained in:
@@ -31,7 +31,7 @@ class PaymentSerializer < ApplicationSerializer
|
||||
def user
|
||||
begin
|
||||
User.find(object.user_id)
|
||||
rescue StandardError
|
||||
rescue
|
||||
nil
|
||||
end
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user