Skip to content

Commit 0536be1

Browse files
committed
lint fix
;
1 parent 811a860 commit 0536be1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/routes/projectTemplates/update.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ module.exports = [
6767
entityToUpdate.scope = util.mergeJsonObjects(
6868
projectTemplate.scope,
6969
entityToUpdate.scope,
70-
['priceConfig', 'addonPriceConfig', 'preparedConditions', 'buildingBlocks']
70+
['priceConfig', 'addonPriceConfig', 'preparedConditions', 'buildingBlocks'],
7171
);
7272
entityToUpdate.phases = util.mergeJsonObjects(projectTemplate.phases, entityToUpdate.phases);
7373
// removes null phase templates

0 commit comments

Comments
 (0)