style: prettier formatting
This commit is contained in:
@@ -1,6 +1,9 @@
|
|||||||
import { Body, Controller, Post } from '@nestjs/common';
|
import { Body, Controller, Post } from '@nestjs/common';
|
||||||
import { TokenExchangeService } from '../../../../libs/auth/src';
|
import { TokenExchangeService } from '../../../../libs/auth/src';
|
||||||
import type { AuthorizationCodeExchangeRequest, AuthorizationCodeExchangeResult } from '../../../../libs/auth/src';
|
import type {
|
||||||
|
AuthorizationCodeExchangeRequest,
|
||||||
|
AuthorizationCodeExchangeResult,
|
||||||
|
} from '../../../../libs/auth/src';
|
||||||
|
|
||||||
@Controller('auth')
|
@Controller('auth')
|
||||||
export class AuthSessionController {
|
export class AuthSessionController {
|
||||||
|
|||||||
Reference in New Issue
Block a user