Skip to content

Commit

Permalink
Fix region tag (#1519)
Browse files Browse the repository at this point in the history
  • Loading branch information
averikitsch authored Oct 16, 2019
1 parent 667392b commit c73e56e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion run/image-processing/app.js
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,6 @@ app.post('/', async (req, res) => {
res.status(500).send();
}
});
// [END run_pubsub_handler]
// [END run_imageproc_controller]

module.exports = app;

0 comments on commit c73e56e

Please sign in to comment.