Skip to content

Commit

Permalink
feat: test
Browse files Browse the repository at this point in the history
  • Loading branch information
Allen Zhang (张涛) committed Apr 11, 2024
1 parent 720464d commit a598053
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ export class ConsumerCoverageService {
compareTarget: queueDataToBeConsumed.compareTarget,
},
}); // 更新时间
await this.coverageDataAdapterService.update(
return this.coverageDataAdapterService.update(
coverage.relationID,
newcoverage,
);
Expand Down Expand Up @@ -135,7 +135,7 @@ export class ConsumerCoverageService {
queueDataToBeConsumed.coverage,
newAgg.id,
);
await this.prisma.coverage.update({
return this.prisma.coverage.update({
where: {
id: newAgg.id,
},
Expand Down

0 comments on commit a598053

Please sign in to comment.