We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 26a2108 commit f824eb3Copy full SHA for f824eb3
1 file changed
client/services/serviceFetch.js
@@ -403,7 +403,7 @@ function fetchInstancesByCompose(
403
if (instance.attrs.isTesting) {
404
composeMasterConfigIsolationChild.testing = composeMasterConfigIsolationChild.testing || [];
405
composeMasterConfigIsolationChild.testing.push(instance);
406
- return
+ return;
407
}
408
409
composeMasterConfigIsolationChild.testing.push(composeMasterConfigIsolationChild.master);
0 commit comments