Skip to content

Commit

Permalink
Fix WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
guillemcordoba committed Oct 12, 2023
1 parent 9202a70 commit f97a2fe
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .templates/app/field-types/EntryHash/sample-js.hbs
Original file line number Diff line number Diff line change
@@ -1 +1 @@
fakeEntryHash()
(await fakeEntryHash())
2 changes: 1 addition & 1 deletion .templates/app/web-app.instructions.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ To continue scaffolding your app, add a new dna:

hc scaffold dna

And then adding a zome to that dna:
And then add a zome to that dna:

hc scaffold zome

Expand Down
2 changes: 1 addition & 1 deletion .templates/module/field-types/EntryHash/sample-js.hbs
Original file line number Diff line number Diff line change
@@ -1 +1 @@
fakeEntryHash()
(await fakeEntryHash())

0 comments on commit f97a2fe

Please sign in to comment.