Closed aljones15 closed 4 years ago
I'm really sorry about this one: I left two deprecated instances in a function used by the majority of our test projects:
collection.s.name is now collection.collectionName and collection.s.namespace is now collection.namespace Docs: http://mongodb.github.io/node-mongodb-native/3.5/api/Collection.html#namespace
collection.s.name
collection.collectionName
collection.s.namespace
collection.namespace
Addresses: https://github.com/digitalbazaar/bedrock-mongodb/issues/55
@mandyvenables thanks for the review @mattcollier is it ok to rebase this into master?
Thanks!
I'm really sorry about this one: I left two deprecated instances in a function used by the majority of our test projects:
collection.s.name
is nowcollection.collectionName
andcollection.s.namespace
is nowcollection.namespace
Docs: http://mongodb.github.io/node-mongodb-native/3.5/api/Collection.html#namespaceAddresses: https://github.com/digitalbazaar/bedrock-mongodb/issues/55