Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
mshima committed Dec 26, 2024
1 parent ca56587 commit a7d6fe2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion generators/spring-boot/generator.js
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ export default class extends BaseGenerator {
get [BaseGenerator.PREPARING]() {
return this.asPreparingTaskGroup({
fix({ application }) {
application.languagesDefinition ??= [];
application.languagesDefinition ??= undefined;
},
});
}
Expand Down

0 comments on commit a7d6fe2

Please sign in to comment.