Skip to content

Commit 5bd3a83

Browse files
ci(@nestjs) remove platform (node 10)
1 parent 382d999 commit 5bd3a83

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
language: node_js
22
node_js:
33
- "8"
4-
- "10"
4+
- "9"
55
addons:
66
firefox: "latest"
77
before_script:

packages/common/decorators/http/create-route-param-metadata.decorator.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ const assignCustomMetadata = (
1414
index: number,
1515
factory: CustomParamFactory,
1616
data?: ParamData,
17-
...pipes: PipeTransform<any>[]
17+
...pipes: PipeTransform<any>[],
1818
) => ({
1919
...args,
2020
[`${paramtype}${CUSTOM_ROUTE_AGRS_METADATA}:${index}`]: {

0 commit comments

Comments
 (0)