Skip to content
Snippets Groups Projects
Unverified Commit a7ac4580 authored by Francisco Javier López's avatar Francisco Javier López
Browse files

Fixed bug with the user synced attributes when the user doesn't exist

parent 15b63e15
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -224,7 +224,7 @@ module Gitlab
end
 
def clear_user_synced_attributes_metadata
gl_user.user_synced_attributes_metadata&.destroy
gl_user&.user_synced_attributes_metadata&.destroy
end
 
def log
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment