|
@ -369,13 +369,13 @@ export class AdminService { |
|
|
symbolProfileId |
|
|
symbolProfileId |
|
|
}); |
|
|
}); |
|
|
} else { |
|
|
} else { |
|
|
symbolProfileId = await this.symbolProfileService.getSymbolProfiles([ |
|
|
let profiles = await this.symbolProfileService.getSymbolProfiles([ |
|
|
{ |
|
|
{ |
|
|
dataSource, |
|
|
dataSource, |
|
|
symbol |
|
|
symbol |
|
|
} |
|
|
} |
|
|
])[0]; |
|
|
]); |
|
|
|
|
|
symbolProfileId = profiles[0].id; |
|
|
await this.symbolProfileOverwriteService.add({ |
|
|
await this.symbolProfileOverwriteService.add({ |
|
|
SymbolProfile: { |
|
|
SymbolProfile: { |
|
|
connect: { |
|
|
connect: { |
|
|