mirror of
https://github.com/nestjs/nest.git
synced 2026-02-21 23:11:44 +00:00
style: fix formatting on everything
This commit is contained in:
@@ -3,7 +3,7 @@ import {
|
||||
Controller,
|
||||
InternalServerErrorException,
|
||||
Post,
|
||||
RequestTimeoutException
|
||||
RequestTimeoutException,
|
||||
} from '@nestjs/common';
|
||||
import { ClientProxyFactory } from '@nestjs/microservices';
|
||||
import { Observable, throwError } from 'rxjs';
|
||||
|
||||
Reference in New Issue
Block a user