Skip to content

fixes error importing json form#72

Merged
privateip merged 1 commit intoitential:develfrom
privateip:fix-jsonform-import
Mar 15, 2025
Merged

fixes error importing json form#72
privateip merged 1 commit intoitential:develfrom
privateip:fix-jsonform-import

Conversation

@privateip
Copy link
Member

This commit fixes an error that is generated when attempting to import a JSON Form. The error Error: json: cannot unmarshal array into Go struct field Response.imported of type services.ImportedResponse is due to a
badly formated return struct. This change fixes that problem.

Fixes #65

This commit fixes an error that is generated when attempting to import a
JSON Form.  The error `Error: json: cannot unmarshal array into Go struct
field Response.imported of type services.ImportedResponse` is due to a
badly formated return struct.   This change fixes that problem.

Fixes #65
@privateip privateip merged commit c8ce263 into itential:devel Mar 15, 2025
1 check passed
@privateip privateip deleted the fix-jsonform-import branch March 21, 2025 17:13
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.

Error importing JSON Form - cannot unmarshal array into Go struct field Response.imported of type services.ImportedResponse

1 participant