Skip to content
This repository has been archived by the owner on Jul 2, 2020. It is now read-only.

Commit

Permalink
fix: fix missing typings (#171)
Browse files Browse the repository at this point in the history
  • Loading branch information
czy88840616 committed May 21, 2020
1 parent 3a4143d commit 1d40cf1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/faas-typings/typings/common.ts
Expand Up @@ -168,7 +168,7 @@ export interface FaaSHTTPRequest extends ContextDelegatedRequest {
/**
* Get Parsed path parameters from event
*/
pathParameters;
pathParameters: any;
}

interface ContextDelegatedResponse {
Expand Down

0 comments on commit 1d40cf1

Please sign in to comment.