We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1c0f801 commit d5217a2Copy full SHA for d5217a2
app/services/org_selection/hash_to_org_service.rb
@@ -68,7 +68,7 @@ def process_org(hash:)
68
return nil unless parsed.present?
69
70
# Returns org in DB if it exists
71
- to_org(
+ existing_org = to_org(
72
hash: parsed.to_h,
73
allow_create: false
74
)
0 commit comments