Skip to content

Commit

Permalink
failed build
Browse files Browse the repository at this point in the history
  • Loading branch information
teenageknight committed Sep 22, 2024
1 parent 7ad5aa1 commit 0738ac6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion functions/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ import { onCall } from "firebase-functions/v2/https";
const fetch = require("node-fetch");
const Geocodio = require("geocodio-library-node");

const { initializeApp, cert } = require("firebase-admin/app");
const { initializeApp } = require("firebase-admin/app");
const { getFirestore } = require("firebase-admin/firestore");

// let serviceAccountLocal: any;
Expand Down

0 comments on commit 0738ac6

Please sign in to comment.