1
0
mirror of synced 2026-08-06 07:06:54 +00:00

fix(coding-style): linting changes reverted to be consistent with existing style

This commit is contained in:
Raj Rathore
2020-04-23 17:11:00 +05:30
parent 30299a5f13
commit 53a11872ef
4 changed files with 19 additions and 19 deletions
+1 -1
View File
@@ -31,7 +31,7 @@ class PaymentSerializer < ApplicationSerializer
def user
begin
User.find(object.user_id)
rescue StandardError
rescue
nil
end
end