Skip to content

Commit b74ffb9

Browse files
authored
Add import tag for task queue snippets.
1 parent 2e57204 commit b74ffb9

File tree

1 file changed

+2
-0
lines changed
  • Node/taskqueues-backup-images/functions

1 file changed

+2
-0
lines changed

Node/taskqueues-backup-images/functions/index.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
1414
* limitations under the License.
1515
*/
1616
"use strict";
17+
// [START imports]
1718
const path = require("path");
1819
const fetch = require("node-fetch");
1920
const functions = require("firebase-functions");
@@ -25,6 +26,7 @@ const {getStorage} = require("firebase-admin/storage");
2526
const {GoogleAuth} = require("google-auth-library");
2627
const logger = functions.logger;
2728
const HttpsError = functions.https.HttpsError;
29+
// [END imports]
2830
initializeApp();
2931

3032
const BACKUP_START_DATE = new Date("1995-06-17");

0 commit comments

Comments
 (0)