Skip to content

Commit

Permalink
Fix import lint issue
Browse files Browse the repository at this point in the history
  • Loading branch information
Bart Breen committed Aug 7, 2023
1 parent d6237a4 commit 4f74eb2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion functions/index.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
const crypto = require("crypto");
const _ = require("lodash");
const { auth, firestore, logger } = require("firebase-functions/v1");
const { auth, firestore, logger } = require("firebase-functions");
const admin = require("firebase-admin");
const mailchimp = require("@mailchimp/mailchimp_marketing");
const jmespath = require("jmespath");
Expand Down

0 comments on commit 4f74eb2

Please sign in to comment.