style: prettier formatting

This commit is contained in:
Bastian Wagner
2026-08-17 16:43:15 +02:00
parent 698a2180aa
commit 4aca6b64a0

View File

@@ -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 {