mirror of
https://github.com/Tria-plc/edr-platform.git
synced 2026-08-30 06:28:12 +00:00
Merge pull request #1154 from Tria-plc/freight/nati-2
fix: restore WagonCancellationView import after merge
This commit is contained in:
@@ -19,7 +19,13 @@ import {
|
|||||||
} from '@nestjs/common';
|
} from '@nestjs/common';
|
||||||
import { CurrentUser } from '@edr/api-common';
|
import { CurrentUser } from '@edr/api-common';
|
||||||
import type { TCurrentUser } from '@tria-plc/api-common/modules/auth/types/current-user.type';
|
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 { FREIGHT_PERMS } from '../../seed/freight-permissions.registry';
|
||||||
import { AnyFilesInterceptor, FileInterceptor } from '@nestjs/platform-express';
|
import { AnyFilesInterceptor, FileInterceptor } from '@nestjs/platform-express';
|
||||||
import {
|
import {
|
||||||
|
|||||||
Reference in New Issue
Block a user