Skip to content

Commit

Permalink
init
Browse files Browse the repository at this point in the history
  • Loading branch information
dm-grinko committed May 10, 2024
1 parent 0d12015 commit 3a13376
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 2 additions & 0 deletions backend/src/app.controller.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,13 @@ import { RekognitionService } from './services/rekognition.service';
import { Helpers } from './services/helpers.service';
import { ConfigModule, ConfigService } from '@nestjs/config';
import { AppGateway } from './app.gateway';
import { S3PictureService } from './services/s3-picture.service';

const services = [
S3UserService,
DynamodbUserService,
RekognitionService,
S3PictureService,
Helpers
]

Expand Down
1 change: 0 additions & 1 deletion backend/src/app.controller.ts
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ export class AppController {
private readonly s3UserService: S3UserService,
private readonly rekognitionService: RekognitionService,
private readonly dynamodbUserService: DynamodbUserService,
private readonly appGateway: AppGateway,
private configService: ConfigService,
private helpers: Helpers
) {
Expand Down

0 comments on commit 3a13376

Please sign in to comment.