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 30, 2024
1 parent 20d8515 commit f1165f2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
4 changes: 2 additions & 2 deletions packages/canyon-backend/src/codechange/codechange.service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ export class CodechangeService {
where: {
compareTarget,
sha: sha,
path: filepath.replace("~/", ""),
path: filepath,
},
})
.then((r) => {
Expand All @@ -36,7 +36,7 @@ export class CodechangeService {
projectID: "",
compareTarget: compareTarget,
sha: sha,
path: filepath.replace("~/", ""),
path: filepath,
additions: [],
deletions: [],
};
Expand Down
4 changes: 0 additions & 4 deletions packages/canyon-backend/src/common/suffix.ts

This file was deleted.

0 comments on commit f1165f2

Please sign in to comment.