Skip to content

Commit 46b1c6b

Browse files
committed
more sonar testing
1 parent 7657968 commit 46b1c6b

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

electron/.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,3 +8,4 @@
88
/.kube
99
/Library
1010
/.env
11+
/app/webui.json

webui/src/js/viewModels/image-design-view-impl.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -194,7 +194,7 @@ define(['utils/wkt-logger', 'utils/screen-utils'],
194194
}, this);
195195

196196
this.mainImageRequiresWdt = () => {
197-
let result = false;
197+
let result;
198198
switch (this.project.settings.targetDomainLocation.value) {
199199
case 'pv':
200200
result = false;

0 commit comments

Comments
 (0)