Skip to content

Commit

Permalink
trigger api test
Browse files Browse the repository at this point in the history
  • Loading branch information
alexeh committed Nov 16, 2023
1 parent e921084 commit 5054d03
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions api/src/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ import { JwtAuthGuard } from 'guards/jwt-auth.guard';
import { useContainer } from 'class-validator';
import { SensitiveInfoGuard } from 'guards/sensitive-info.guard';

// triger api tests
async function bootstrap(): Promise<void> {
const logger: Logger = new Logger('bootstrap');
const serverConfig: any = config.get('server');
Expand Down

0 comments on commit 5054d03

Please sign in to comment.