Skip to content

Commit ac63d2b

Browse files
committed
fixed an error that was introduced by #158 and returned after the merge
1 parent fe963da commit ac63d2b

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

lib/ontologies_linked_data/mappings/mappings.rb

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -320,7 +320,6 @@ def self.get_rest_mapping(mapping_id)
320320
classes = [read_only_class(sol[:c1].to_s, sol[:s1].to_s),
321321
read_only_class(sol[:c2].to_s, sol[:s2].to_s)]
322322
process = LinkedData::Models::MappingProcess.find(sol[:o]).first
323-
# process.bring_remaining unless process.nil?
324323
mapping = LinkedData::Models::Mapping.new(classes, 'REST',
325324
process,
326325
sol[:uuid])

0 commit comments

Comments
 (0)