Skip to content

Commit

Permalink
fixed typo
Browse files Browse the repository at this point in the history
  • Loading branch information
lovelgeorge99 committed Sep 25, 2024
1 parent 9d24c23 commit 3c2bf5b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/mongoDb/db.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import * as mongoDB from 'mongodb';
let mongoClient: mongoDB.MongoClient;

export async function connectToMongo() {
const url = process.env.MONGO_DOATION_CONNECTION_URI;
const url = process.env.MONGO_DONATION_CONNECTION_URI;
if (!url) {
throw new Error('MONGODB_CONNECTION_URL is not set');
}
Expand Down

0 comments on commit 3c2bf5b

Please sign in to comment.