style: fix formatting on everything

This commit is contained in:
Micael Levi L. Cavalcante
2022-08-21 14:23:19 -04:00
parent 985d794447
commit bc80ef6055
13 changed files with 57 additions and 39 deletions

View File

@@ -3,7 +3,7 @@ import {
Controller,
InternalServerErrorException,
Post,
RequestTimeoutException
RequestTimeoutException,
} from '@nestjs/common';
import { ClientProxyFactory } from '@nestjs/microservices';
import { Observable, throwError } from 'rxjs';