Skip to content

Commit

Permalink
Merge branch 'main' into prod
Browse files Browse the repository at this point in the history
  • Loading branch information
BaptisteLecat committed Jul 24, 2024
2 parents 1d77ffe + 1c3be2e commit e539910
Show file tree
Hide file tree
Showing 3 changed files with 174 additions and 14 deletions.
186 changes: 172 additions & 14 deletions functions/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions functions/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
"firebase-functions": "^4.2.0",
"freezer-midjourney-api": "^4.0.6",
"midjourney": "^4.3.17",
"node-fetch": "^3.3.2",
"rxjs": "^7.8.1"
},
"devDependencies": {
Expand Down
1 change: 1 addition & 0 deletions functions/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ import * as admin from 'firebase-admin';
import {RootGeneration} from "./entities/root-generation.entity";
import {Location} from "./entities/location.entity";
import {RootGenerationUser} from "./entities/root-generation-user.entity";
import fetch from 'node-fetch';

admin.initializeApp();
const db = admin.firestore();
Expand Down

0 comments on commit e539910

Please sign in to comment.