peacfuljoh / predictive-analytics-ytvideos

Full-stack real-time predictive anaytics for YouTube content creators
0 stars 0 forks source link

Ensure all _id entries in mongodb collections are ObjectId strings #15

Closed peacfuljoh closed 1 year ago

peacfuljoh commented 1 year ago

The _id can be a string or an ObjectId, either can be valid given the use case. Resolved conflicts around _id type across collections.