We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8d12c78 commit bb74cc0Copy full SHA for bb74cc0
appengine/storage/app.js
@@ -13,14 +13,15 @@
13
* limitations under the License.
14
*/
15
16
-// [START app]
17
'use strict';
18
+const process = require('process'); // Required to mock environment variables
19
+
20
+// [START app]
21
const format = require('util').format;
22
const express = require('express');
23
const Multer = require('multer');
24
const bodyParser = require('body-parser');
-const process = require('process'); // Required to mock environment variables
25
26
// By default, the client will authenticate using the service account file
27
// specified by the GOOGLE_APPLICATION_CREDENTIALS environment variable and use
0 commit comments