Skip to content
This repository has been archived by the owner on Oct 26, 2024. It is now read-only.

Commit

Permalink
Update import-speakers-sessions-schedule.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
HugoGresse authored Mar 31, 2024
1 parent e6bf521 commit 1b284e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/openplanner/import-speakers-sessions-schedule.ts
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ export const importSchedule = async (data: any) => {
console.log('Importing schedule...', Object.keys(docs).length)
const batch = firestore.batch()
Object.keys(docs).forEach((docId) => {
console.log("docId", docId)
console.log("...schedule ", docId)
batch.set(firestore.collection('schedule').doc(docId), {
...docs[docId],
date: docId,
Expand Down

0 comments on commit 1b284e8

Please sign in to comment.