Skip to content

Commit

Permalink
chore: repo overall update
Browse files Browse the repository at this point in the history
  • Loading branch information
zhangtao25 committed Nov 18, 2024
1 parent da0953c commit 54f1126
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tools/canyon-uploader/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "canyon-uploader",
"version": "0.0.1-beta.16",
"version": "0.0.1-beta.17",
"files": [
"bin",
"dist"
Expand Down
2 changes: 1 addition & 1 deletion tools/canyon-uploader/src/commands/hit.ts
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ export async function hitCommand(params, options) {
if (!map[JSON.stringify({sha, projectID, reportID,instrumentCwd})]) {
map[JSON.stringify({sha, projectID, reportID,instrumentCwd})] = [];
}
map[JSON.stringify({sha, projectID, reportID,instrumentCwd})].push(Object.keys(data).length);
map[JSON.stringify({sha, projectID, reportID,instrumentCwd})].push(data);
}

}
Expand Down

0 comments on commit 54f1126

Please sign in to comment.