Skip to content

Commit b4bccda

Browse files
committed
fix: lint
1 parent abe33ef commit b4bccda

1 file changed

Lines changed: 1 addition & 4 deletions

File tree

backend/src/database/repositories/integrationProgressRepository.ts

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -81,10 +81,7 @@ class IntegrationProgressRepository {
8181
return (result[0] as any).id as string
8282
}
8383

84-
static async getDbStatsForGithub({
85-
repos,
86-
segments,
87-
}: {
84+
static async getDbStatsForGithub({}: {
8885
repos: Repos
8986
segments: string[]
9087
}): Promise<GitHubStats> {

0 commit comments

Comments
 (0)