Skip to content

Commit 946f8a3

Browse files
flovilmartTylerBrock
authored andcommitted
fix typo when logging result (#2443)
1 parent f1c9d97 commit 946f8a3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Routers/FunctionsRouter.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ export class FunctionsRouter extends PromiseRouter {
8181
logger.info(`Ran cloud function ${req.params.functionName} with:\nInput: ${JSON.stringify(params)}\nResult: ${JSON.stringify(result.response.result)}`, {
8282
functionName: req.params.functionName,
8383
params,
84-
result: result.response.resut
84+
result: result.response.result
8585
});
8686
resolve(result);
8787
}, (error) => {

0 commit comments

Comments
 (0)