Skip to content

Commit

Permalink
1712760274
Browse files Browse the repository at this point in the history
  • Loading branch information
azimux committed Apr 10, 2024
1 parent f4317b1 commit 35a3313
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions src/foobara/remote_imports/import_type.rb
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,11 @@ def import_object_from_manifest
already_imported:
)

domain = Foobara.foobara_root_namespace.foobara_lookup_domain!(
manifest_to_import.domain.reference,
mode: Namespace::LookupMode::ABSOLUTE
)
domain = Foobara.foobara_root_namespace.foobara_lookup_domain!(
manifest_to_import.domain.reference,
mode: Namespace::LookupMode::ABSOLUTE
)

domain.foobara_register_type(manifest_to_import.scoped_short_name, manifest_to_import.declaration_data)
end
end
Expand Down

0 comments on commit 35a3313

Please sign in to comment.