Code-for-SAKE / Sakepedia-Nuxt

日本酒オープンデータSakepediaのNuxt版
https://sakepedia.code4sake.org
20 stars 15 forks source link

countが非推奨になったので、対応する。 #198

Closed nichesuch closed 1 year ago

nichesuch commented 1 year ago

DeprecationWarning: collection.count is deprecated, and will be removed in a future version. Use Collection.countDocuments or Collection.estimatedDocumentCount instead

nichesuch commented 1 year ago

ばっちりあっていなくても良いので、estimatedDocumentCountを使う

nichesuch commented 1 year ago

208 で対応済み