fix: restore WagonCancellationView import after merge

The dev merge kept this branch's booking-guards import list, dropping the
decorator the new wagon-cancellation history route uses.
This commit is contained in:
Nathnael
2026-08-07 08:18:20 +00:00
parent 7d2f17d767
commit a12a64e64a

View File

@@ -19,7 +19,13 @@ import {
} from '@nestjs/common';
import { CurrentUser } from '@edr/api-common';
import type { TCurrentUser } from '@tria-plc/api-common/modules/auth/types/current-user.type';
import { BookingStaff, BookingView, MixedAudience, PortalCustomer } from '../../common/booking-guards';
import {
BookingStaff,
BookingView,
MixedAudience,
PortalCustomer,
WagonCancellationView,
} from '../../common/booking-guards';
import { FREIGHT_PERMS } from '../../seed/freight-permissions.registry';
import { AnyFilesInterceptor, FileInterceptor } from '@nestjs/platform-express';
import {