Skip to content

Commit

Permalink
feat: update
Browse files Browse the repository at this point in the history
  • Loading branch information
Allen Zhang committed Dec 18, 2023
1 parent af87928 commit a9eccca
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/canyon-backend/src/upload/upload.controller.ts
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ export class UploadController {
test1(@Query() q, @Body() buffer: Buffer) {
const cov = uploadAnalyze(buffer.toString());
console.log(cov, 'cov');
// TODO: 实现转换成canyon的数据结构
return cov;
}
}

0 comments on commit a9eccca

Please sign in to comment.