Skip to content

Commit

Permalink
automatic chores: linting [skip-ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
github-automatic-chores committed Jun 19, 2024
1 parent 333297c commit 5d532ce
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ export class SetupProjectInformation extends BaseTask {
...ideaDataProperties,
TemplateParameters: JSON.stringify(this._templateParameters)
})
if(this.params.properties.skipUpdateTemplateParameters) {
if (this.params.properties.skipUpdateTemplateParameters) {
properties = _.omit(properties, 'TemplateParameters')
}
const propertyItems = await list.items()
Expand Down
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export * from './CreateParentDialog'
export * from './CreateParentDialog'

0 comments on commit 5d532ce

Please sign in to comment.