은승우

Update app.js

Showing 1 changed file with 0 additions and 1 deletions
...@@ -61,7 +61,6 @@ const client = new line.Client(config); ...@@ -61,7 +61,6 @@ const client = new line.Client(config);
61 61
62 // register a webhook handler with middleware 62 // register a webhook handler with middleware
63 // about the middleware, please refer to doc 63 // about the middleware, please refer to doc
64 -const vision = require('@google-cloud/vision');
65 64
66 // Creates a client 65 // Creates a client
67 var vision = require('google-vision-api-client'); 66 var vision = require('google-vision-api-client');
......