Skip to content

Commit

Permalink
upd
Browse files Browse the repository at this point in the history
  • Loading branch information
Allen Zhang (张涛) committed Apr 8, 2024
1 parent 36730bf commit 79f91ac
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@ export class ConsumerCoverageService {
projectID: queueDataToBeConsumed.projectID,
provider: queueDataToBeConsumed.provider,
instrumentCwd: queueDataToBeConsumed.instrumentCwd,
reporter: queueDataToBeConsumed.reporter,
reporter: String(queueDataToBeConsumed.reporter),
reportID: queueDataToBeConsumed.reportID,
tag: queueDataToBeConsumed.tag,
},
Expand Down

0 comments on commit 79f91ac

Please sign in to comment.