You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 17, 2022. It is now read-only.
Note: this issue was just to document the difficulties i faced during using the hc-scaffold tool "scaffoldVersion": "0.0.1",
"generator": "hc-scaffold:0.0.2+d8b4ed4",
## Issues
The yml file doesnt work as a dna. solution : convert the file to json
in the zome functions the definition is incorrect for the new created methods. For the methods that are created by the scaffolding tool is correct (CRUD). But the functions that the user creates, has a small bug. their is an extra comma as you can see below after "public"
{
"Name": "add_Users_Details", # The name of this function.
"CallingType": "string", # Data format for parameters passed to this function.
"Exposure": "public", # Level to which is this function exposed.
},
its a small mistake.
The text was updated successfully, but these errors were encountered:
Note: this issue was just to document the difficulties i faced during using the hc-scaffold tool "scaffoldVersion": "0.0.1",
"generator": "hc-scaffold:0.0.2+d8b4ed4",
## Issues
The yml file doesnt work as a dna.
solution : convert the file to json
in the zome functions the definition is incorrect for the new created methods. For the methods that are created by the scaffolding tool is correct (CRUD). But the functions that the user creates, has a small bug. their is an extra comma as you can see below after "public"
its a small mistake.
The text was updated successfully, but these errors were encountered: