Skip to content

Commit 9b9961d

Browse files
committed
Fix issue with extra `` in code
1 parent 05c10bd commit 9b9961d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/jsonapi/active_relation_retrieval_v10.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -465,7 +465,7 @@ def find_related_monomorphic_fragments(source_fragments, relationship, options,
465465

466466
if connect_source_identity
467467
inverse_relationship = relationship._inverse_relationship
468-
fragments[rid].add_related_identity(inverse_relationship.name, source_rid) if inverse_relationship``.present?
468+
fragments[rid].add_related_identity(inverse_relationship.name, source_rid) if inverse_relationship.present?
469469
end
470470
end
471471

0 commit comments

Comments
 (0)