Skip to content

Commit

Permalink
Fix issue: nestjsx#831
Browse files Browse the repository at this point in the history
  • Loading branch information
ngovanxuanduc committed Sep 29, 2023
1 parent d6d3c4e commit 0bea421
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion packages/crud/src/crud/reflection.helper.ts
Original file line number Diff line number Diff line change
@@ -1,12 +1,14 @@
import { RouteParamtypes } from '@nestjs/common/enums/route-paramtypes.enum';
import {
CUSTOM_ROUTE_AGRS_METADATA,
INTERCEPTORS_METADATA,
METHOD_METADATA,
PARAMTYPES_METADATA,
PATH_METADATA,
ROUTE_ARGS_METADATA,
} from '@nestjs/common/constants';

const CUSTOM_ROUTE_AGRS_METADATA = '__routeArguments__';

import { ArgumentsHost } from '@nestjs/common';
import { isFunction } from '@nestjsx/util';

Expand Down

0 comments on commit 0bea421

Please sign in to comment.