Skip to content

Commit

Permalink
googleoggogle
Browse files Browse the repository at this point in the history
  • Loading branch information
patrickpatrickpatrick committed Jan 4, 2024
1 parent 09715ba commit 364d8e2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
5 changes: 2 additions & 3 deletions mailer-script.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
import { initializeApp, applicationDefault } from 'firebase-admin/app';
import { getFirestore } from 'firebase-admin/firestore';

import { initializeApp, applicationDefault } = require("firebase-admin/app");
import { getFirestore } = require("firebase-admin/firestore");
let firebaseConfig;

if (process.env.GOOGLE_CREDS) {
Expand Down
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
{
"name": "eleventy-base-blog",
"version": "8.0.0",
"type": "module",
"description": "A starter repository for a blog web site using the Eleventy site generator.",
"scripts": {
"build": "npx @11ty/eleventy",
Expand Down

0 comments on commit 364d8e2

Please sign in to comment.