refactor(auth): reorder imports in optional-auth.guard.ts for consistency and readability

This commit is contained in:
Mathis HERRIOT
2026-01-14 22:00:10 +01:00
parent 74b61004e7
commit a6837ff7fb

View File

@@ -1,8 +1,4 @@
import {
CanActivate,
ExecutionContext,
Injectable,
} from "@nestjs/common";
import { CanActivate, ExecutionContext, Injectable } from "@nestjs/common";
import { ConfigService } from "@nestjs/config";
import { getIronSession } from "iron-session";
import { JwtService } from "../../crypto/services/jwt.service";