Browse Source

reformat code

pull/5670/head
Sven Günther 4 weeks ago
committed by Thomas Kaul
parent
commit
0bf4e2d5bf
  1. 4
      apps/api/src/app/import/import.service.ts

4
apps/api/src/app/import/import.service.ts

@ -755,7 +755,9 @@ export class ImportService {
if (!assetProfile?.name) { if (!assetProfile?.name) {
const assetProfileInImport = assetProfileWithMarketDataDto?.find( const assetProfileInImport = assetProfileWithMarketDataDto?.find(
(profile) => { (profile) => {
return profile.dataSource === dataSource && profile.symbol === symbol; return (
profile.dataSource === dataSource && profile.symbol === symbol
);
} }
); );

Loading…
Cancel
Save