Skip to content

Commit d5217a2

Browse files
committed
fix error
1 parent 1c0f801 commit d5217a2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/services/org_selection/hash_to_org_service.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ def process_org(hash:)
6868
return nil unless parsed.present?
6969

7070
# Returns org in DB if it exists
71-
to_org(
71+
existing_org = to_org(
7272
hash: parsed.to_h,
7373
allow_create: false
7474
)

0 commit comments

Comments
 (0)