Skip to content

Commit

Permalink
[autofix.ci] apply automated fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
autofix-ci[bot] authored Oct 23, 2024
1 parent 85c0422 commit 9955292
Show file tree
Hide file tree
Showing 4 changed files with 34 additions and 33 deletions.
1 change: 0 additions & 1 deletion backend/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
{

"name": "codefox-backend",
"version": "0.0.1",
"description": "",
Expand Down
1 change: 0 additions & 1 deletion backend/src/guard/project.guard.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ import { ProjectService } from '../project/project.service';
@Injectable()
export class ProjectGuard implements CanActivate {
constructor(

private readonly projectsService: ProjectService,
private readonly jwtService: JwtService,
) {}
Expand Down
1 change: 0 additions & 1 deletion backend/src/project/project.service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,6 @@ export class ProjectService {
const { project_id, project_name, path, project_packages } =
upsertProjectInput;


let project;
if (project_id) {
// only extract the project match the user id
Expand Down
64 changes: 34 additions & 30 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 9955292

Please sign in to comment.