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 0e0c655 commit 20d8515
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
import { diffLine } from "../../../../utils/diffline";
import { PrismaService } from "../../../../prisma/prisma.service";
import { parseProjectID } from "canyon-data";
import { Injectable } from "@nestjs/common";

@Injectable()
export class PullChangeCodeAndInsertDbService {
constructor(private readonly prisma: PrismaService) {}
async invoke({ projectID, sha, compareTarget }) {
Expand Down

0 comments on commit 20d8515

Please sign in to comment.