refactor: remove unnecessary comments from GitHub module

This commit is contained in:
mr. M 2024-12-27 13:04:20 +01:00
parent 2b8909c17f
commit 327953fa64
No known key found for this signature in database
GPG key ID: CBD57A2AEDBDA1FB

View file

@ -1,5 +1,3 @@
// src/github/github.module.ts
import { Module } from '@nestjs/common'; import { Module } from '@nestjs/common';
import { GitHubService } from './github.service'; import { GitHubService } from './github.service';
import { ConfigModule } from '@nestjs/config'; import { ConfigModule } from '@nestjs/config';