Skip to content

Commit

Permalink
fix: 🐛 correct collection call with correct name
Browse files Browse the repository at this point in the history
  • Loading branch information
slugb0t committed Jul 25, 2024
1 parent 922dbff commit 4a53a59
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bot/utils/renderer/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -429,7 +429,7 @@ export async function applyCodemetaTemplate(

let url = `${CODEFAIR_DOMAIN}/add/codemeta/${identifier}`;

const codemetaCollection = db.collection("codemetaRequests");
const codemetaCollection = db.collection("codeMetadata");
// console.log(repository);
const existingCodemeta = await codemetaCollection.findOne({
repositoryId: repository.id,
Expand Down

0 comments on commit 4a53a59

Please sign in to comment.