File tree Expand file tree Collapse file tree 3 files changed +7
-1
lines changed
Expand file tree Collapse file tree 3 files changed +7
-1
lines changed Original file line number Diff line number Diff line change 149149 " functions/log/helloWorld" ,
150150 " functions/log/processEntry" ,
151151 " functions/memorystore/redis" ,
152+ " functions/ocr/app" ,
152153 " functions/pubsub/publish" ,
153154 " functions/pubsub/subscribe" ,
154155 " functions/scheduleinstance" ,
Original file line number Diff line number Diff line change 9090 " document-ai" , // [ERR_REQUIRE_ESM]: require() of ES Module
9191 " functions/billing" , // (untested) Error: Request failed with status code 500
9292 " functions/imagemagick" , // (untested) Error: A bucket name is needed to use Cloud Storage
93- " functions/ocr/app" , // (untested) Error: Bucket not provided. Make sure you have a "bucket" property in your request
9493 " functions/slack" , // TypeError [ERR_INVALID_ARG_TYPE]: The "key" argument must be of type ... Received undefined
9594 " functions/v2/imagemagick" , // (untested) Error: A bucket name is needed to use Cloud Storage.
9695 " healthcare/fhir" , // Error: Cannot find module 'whatwg-url'
Original file line number Diff line number Diff line change 1+ {
2+ "env" : {
3+ "FUNCTIONS_BUCKET" : " $PROJECT_ID" ,
4+ "RESULTS_BUCKET" : " $PROJECT_ID"
5+ }
6+ }
You can’t perform that action at this time.
0 commit comments