Skip to content

Commit 8234a22

Browse files
authored
fix lint
1 parent c04fde4 commit 8234a22

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

server/report/report-service.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -86,12 +86,12 @@ export default class {
8686
http.generate();
8787
break;
8888
}
89-
default: {
89+
default:
9090
Log.error('Failed to export - this type is not implemented yet');
9191
res.status(400);
9292
res.json({'type':'This type [\' + type + \'] is not supported'});
9393
return;
94-
}}
94+
}
9595
} catch (e) {
9696
Log.error('ReportService failed while creating report type [', type, ']');
9797
console.error(e, e.stack);

0 commit comments

Comments
 (0)