Skip to content

Commit

Permalink
chore: fix code style issues
Browse files Browse the repository at this point in the history
  • Loading branch information
rithaven committed Nov 27, 2024
1 parent 185ffad commit e604728
Show file tree
Hide file tree
Showing 5 changed files with 1 addition and 410 deletions.
343 changes: 0 additions & 343 deletions apps/drec-api/src/testing/module.ts

This file was deleted.

2 changes: 1 addition & 1 deletion apps/drec-api/src/testing/testing.module.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import { TestingController } from '../testing/testing.controller';
import { TestingService } from '../testing/testing.service';

@Module({
imports: [TypeOrmModule.forFeature([User])],
imports: [TypeOrmModule.forFeature([User])],
controllers: [TestingController],
providers: [TestingService],
})
Expand Down
17 changes: 0 additions & 17 deletions apps/drec-api/src/testing/tst/testing.controller.ts

This file was deleted.

12 changes: 0 additions & 12 deletions apps/drec-api/src/testing/tst/testing.module.ts

This file was deleted.

Loading

0 comments on commit e604728

Please sign in to comment.