From f97a2fe0217a543af7fa612874dd0b53221da723 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Guillem=20C=C3=B3rdoba?= Date: Thu, 12 Oct 2023 23:23:34 +0200 Subject: [PATCH] Fix WIP --- .templates/app/field-types/EntryHash/sample-js.hbs | 2 +- .templates/app/web-app.instructions.hbs | 2 +- .templates/module/field-types/EntryHash/sample-js.hbs | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.templates/app/field-types/EntryHash/sample-js.hbs b/.templates/app/field-types/EntryHash/sample-js.hbs index 5d1b81d..5f7895b 100644 --- a/.templates/app/field-types/EntryHash/sample-js.hbs +++ b/.templates/app/field-types/EntryHash/sample-js.hbs @@ -1 +1 @@ -fakeEntryHash() +(await fakeEntryHash()) diff --git a/.templates/app/web-app.instructions.hbs b/.templates/app/web-app.instructions.hbs index 0a5d7b4..50be0ac 100644 --- a/.templates/app/web-app.instructions.hbs +++ b/.templates/app/web-app.instructions.hbs @@ -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 diff --git a/.templates/module/field-types/EntryHash/sample-js.hbs b/.templates/module/field-types/EntryHash/sample-js.hbs index 5d1b81d..5f7895b 100644 --- a/.templates/module/field-types/EntryHash/sample-js.hbs +++ b/.templates/module/field-types/EntryHash/sample-js.hbs @@ -1 +1 @@ -fakeEntryHash() +(await fakeEntryHash())