Skip to content

Commit

Permalink
add any signature
Browse files Browse the repository at this point in the history
  • Loading branch information
dimasmds committed Nov 3, 2023
1 parent b2ea7c7 commit 16f5e61
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/service/report-generator/report-generator.ts
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ class ReportGenerator {

}

getReviewMessageWithTemplate(reviewResult: ReviewResult, autoReviewConfig) {
getReviewMessageWithTemplate(reviewResult: ReviewResult, autoReviewConfig: any) {
const mainTemplate = templates.find(template => template.courseId === autoReviewConfig?.course_id)

if (!mainTemplate) {
Expand Down

0 comments on commit 16f5e61

Please sign in to comment.