Skip to content

Commit

Permalink
Update cms4devfest.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
EmmanuelDemey authored Oct 25, 2024
1 parent f29c749 commit c694b03
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion functions/src/cms4devfest.ts
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ function updatesStatus(id: string, company: any, status: any) {
export const getAllPublicSponsors = functions.https.onRequest(
async (req, resp) => {

const edition = req.query.conversationID;
const edition = req.query.edition;
const data = await firestore.collection("companies-" + edition).get();
const partners = data.docs
.map((d) => ({
Expand Down

0 comments on commit c694b03

Please sign in to comment.