We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e1df823 commit 7f4c957Copy full SHA for 7f4c957
src/providers/https.ts
@@ -60,7 +60,7 @@ export function _onRequestWithOptions(
60
): HttpsFunction {
61
// lets us add __trigger without altering handler:
62
const cloudFunction: any = (req: Request, res: express.Response) => {
63
- handler(req, res);
+ return handler(req, res);
64
};
65
cloudFunction.__trigger = _.assign(optionsToTrigger(options), {
66
httpsTrigger: {},
0 commit comments