Skip to content

Commit 4764563

Browse files
[autofix.ci] apply automated fixes
1 parent 39a8115 commit 4764563

File tree

2 files changed

+14269
-17663
lines changed

2 files changed

+14269
-17663
lines changed

backend/src/github/githubApp.service.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,6 @@ export class GitHubAppService {
2525
@InjectRepository(Project)
2626
private readonly projectRepo: Repository<Project>,
2727
) {
28-
2928
const githubEnabled = this.configService.get<string>('GITHUB_ENABLED');
3029
if (githubEnabled !== 'true') {
3130
this.logger.warn('GitHub APP Service integration is disabled');

0 commit comments

Comments
 (0)