Skip to content

Fixs prebuit import for non expanded package#97

Merged
privateip merged 1 commit intoitential:develfrom
privateip:fix-prebuilt-import
Mar 28, 2025
Merged

Fixs prebuit import for non expanded package#97
privateip merged 1 commit intoitential:develfrom
privateip:fix-prebuilt-import

Conversation

@privateip
Copy link
Member

The data key in a bundle is an object not a string. The importer function was attempting to treat the data object like a string. The data object is now properly handled in both the expand and non expanded use case

fixes #96

The data key in a bundle is an object not a string.  The importer
function was attempting to treat the data object like a string.  The
data object is now properly handled in both the expand and non expanded
use case

fixes #96
@privateip privateip merged commit 20705b4 into itential:devel Mar 28, 2025
1 check passed
@privateip privateip deleted the fix-prebuilt-import branch March 28, 2025 11:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Import prebuilt - error panic: interface conversion: interface {} is map[string]interface {}, not string

1 participant