File tree Expand file tree Collapse file tree 2 files changed +1
-3
lines changed Expand file tree Collapse file tree 2 files changed +1
-3
lines changed Original file line number Diff line number Diff line change @@ -16,5 +16,3 @@ deploy:
16
16
on :
17
17
all_branches : true
18
18
node_js : 10
19
- api_key :
20
- secure : xwMYjiIN/viy3isU3dkmv9LP6KmCYYCGzNGbSOPKUZXUvCRBsCGhaa9DncH3ajdXEBGsFGupRDLxKzPhNnUcQD2471vRJmaKIoZOJi/T50q61XIT0eozZrPsEg8e+VElhS4mVsggAFXmxuNYcYLnoymbVEF1IiW4jjUl1bBtjWSyXVk8b01k4Fqeu5XuTtdz1Vnqh7EfKvdtlhB1JopmtWFU5nS0WnqWvdVCZ8mPR/aI40InhKpmOaXnSR+5up0ajBEo6aq1kRZIrpH9ZhpEwLkFJ9z11QRdXm3L51AfnbZ+aGv+hFG+rB72sQvGcpmbIn2raVKWMwODuW1n3FzoYyNqTrV3IHEaJTHM06+Z+xt6RZ+qQcLP7xeNumzXUKTnysH9vnpBcnE5d5gaxNig8KWUnpS21prLtQ21TCBkENlhYQR5nKnCoNTsvgx4FcbotXADbv0lEVtm4R9vWD2+eHXxREJd7jyho5i0ZxoP+pPtTI6PJme9BmR7eRtmoe4qD4hg0O3uM9scqE53UITdmJ802XDd3WofCMGpmTtN99HXZDX35Z5E3/bq6/4B6rW6zmUtrjGQEp+BbfbjdNXN7QOn1K6uLNmgoX/O8HDVhzvd+KhKh7YA5XZkf2sIrnJmmxBYLPpOZ81fQcBODkZwFPgJrw9eb+OooKycgF4O6pY=
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ import { compile, PathFunction } from "path-to-regexp";
2
2
import { stringify as stringifyQuery } from "qs" ;
3
3
4
4
interface CompilePathParams {
5
- [ key : string ] : string | number | string [ ] | number [ ] ;
5
+ [ key : string ] : string | number | string [ ] ;
6
6
}
7
7
interface CompilePathQuery {
8
8
[ key : string ] : any ;
You can’t perform that action at this time.
0 commit comments