Skip to content

Commit

Permalink
asd
Browse files Browse the repository at this point in the history
  • Loading branch information
dbarrosop committed Sep 23, 2023
1 parent dae48a9 commit 7724324
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion examples/myproject/functions/echo.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ export default (req: Request, res: Response) => {
headers: req.headers,
query: req.query,
node: process.version,
arch: process.arch,
},
)
}

0 comments on commit 7724324

Please sign in to comment.