Skip to content

Commit

Permalink
chore: daily development
Browse files Browse the repository at this point in the history
  • Loading branch information
zhangtao25 committed Dec 23, 2024
1 parent a2ef431 commit d648523
Showing 1 changed file with 9 additions and 9 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -79,15 +79,15 @@ export class GetProjectRecordsService {
disabled: false,
},
});
// const commits = await getCommits(
// {
// projectID: projectID.split("-")[1],
// commitShas: coverages.map((item) => item.sha),
// },
// gitProvider?.privateToken,
// gitProvider?.url,
// );
const commits = [];
const commits = await getCommits(
{
projectID: projectID.split("-")[1],
commitShas: coverages.map((item) => item.sha),
},
gitProvider?.privateToken,
gitProvider?.url,
);
// const commits = [];
const rows = [];

const csList = await Promise.all(
Expand Down

0 comments on commit d648523

Please sign in to comment.