Skip to content

Commit

Permalink
fix: Fixed a bug in the Create code.
Browse files Browse the repository at this point in the history
  • Loading branch information
mathrunet committed Feb 6, 2023
1 parent e69371f commit a9e4c43
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 @@ -428,7 +428,7 @@ void main() {
routerConfig: router,
localize: l,
authAdapter: authAdapter,
modelAdapter: runtimeModelAdapter,
modelAdapter: modelAdapter,
storageAdapter: storageAdapter,
functionsAdapter: functionsAdapter,
masamuneAdapters: masamuneAdapters,
Expand Down

0 comments on commit a9e4c43

Please sign in to comment.