We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent abe33ef commit b4bccdaCopy full SHA for b4bccda
1 file changed
backend/src/database/repositories/integrationProgressRepository.ts
@@ -81,10 +81,7 @@ class IntegrationProgressRepository {
81
return (result[0] as any).id as string
82
}
83
84
- static async getDbStatsForGithub({
85
- repos,
86
- segments,
87
- }: {
+ static async getDbStatsForGithub({}: {
88
repos: Repos
89
segments: string[]
90
}): Promise<GitHubStats> {
0 commit comments