Skip to content

Commit

Permalink
get export log data from replica (#2125)
Browse files Browse the repository at this point in the history
  • Loading branch information
bcb37 authored Nov 21, 2024
1 parent b8aa186 commit aa14412
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ export class LogRepository extends Repository<Log> {
type: IMetricMetaData;
}>
> {
const experimentRepo = Container.getCustomRepository(ExperimentRepository);
const experimentRepo = Container.getCustomRepository(ExperimentRepository, 'export');
return experimentRepo
.createQueryBuilder('experiment')
.select([
Expand Down

0 comments on commit aa14412

Please sign in to comment.