Skip to content

Commit

Permalink
fix: Added UniversalMasamuneAdapter to Module template.
Browse files Browse the repository at this point in the history
  • Loading branch information
mathrunet committed Aug 9, 2023
1 parent 37c8ee8 commit c099920
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/katana_cli/lib/command/create.dart
Original file line number Diff line number Diff line change
Expand Up @@ -901,7 +901,7 @@ final appModule = ${module!.toPascalCase()}MasamuneAdapter(
storageAdapter: const RuntimeStorageAdapter(),
functionsAdapter: const RuntimeFunctionsAdapter(),
additionalMasamuneAdapters: const [
\${4}
\${4:UniversalMasamuneAdapter(),}
],
);
Expand Down

0 comments on commit c099920

Please sign in to comment.