Skip to content

Commit 7998fe5

Browse files
minor fix
1 parent 4e20613 commit 7998fe5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

libs/ddd/src/schematics/feature/index.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -133,8 +133,8 @@ export default function (options: FeatureOptions): Rule {
133133
const domainTemplates =
134134
options.ngrx && entityName
135135
? apply(url('./files/forDomainWithNgrx'), [
136-
filterTemplates(options),
137-
template({ ...strings, ...options, workspaceName }),
136+
filterTemplates(updatedEntityNameOptions),
137+
template({ ...strings, ...updatedEntityNameOptions, workspaceName }),
138138
move(domainLibFolderPath),
139139
])
140140
: apply(url('./files/forDomain'), [

0 commit comments

Comments
 (0)