Skip to content

Commit eff29af

Browse files
committed
chore(): update README
1 parent eb4a360 commit eff29af

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -813,7 +813,7 @@ getOneBase(
813813
): Promise<T>;
814814

815815
createOneBase(
816-
@Param() params: ObjectLiteral,
816+
@ParsedParams() params: FilterParamParsed[],
817817
@Body() dto: T,
818818
): Promise<T>;
819819

dist/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -813,7 +813,7 @@ getOneBase(
813813
): Promise<T>;
814814

815815
createOneBase(
816-
@Param() params: ObjectLiteral,
816+
@ParsedParams() params: FilterParamParsed[],
817817
@Body() dto: T,
818818
): Promise<T>;
819819

0 commit comments

Comments
 (0)