Skip to content

Commit

Permalink
add typeof
Browse files Browse the repository at this point in the history
  • Loading branch information
kikyomits committed Nov 16, 2019
1 parent ab81dfa commit d15432c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/common/app.common.ts
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ export function routes(app) {
metadata: req.body.metadata,
});
});
app.post('/v1/pets_charset', function (req, res) {
app.post('/v1/pets_charset', function (req: Request, res: any) {
// req.file is the `avatar` file
// req.body will hold the text fields, if there were any
res.json({
Expand Down

0 comments on commit d15432c

Please sign in to comment.