Skip to content

Commit c73e56e

Browse files
authored
Fix region tag (#1519)
1 parent 667392b commit c73e56e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

run/image-processing/app.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,6 @@ app.post('/', async (req, res) => {
5959
res.status(500).send();
6060
}
6161
});
62-
// [END run_pubsub_handler]
62+
// [END run_imageproc_controller]
6363

6464
module.exports = app;

0 commit comments

Comments
 (0)