Is it possible to set an ObjectId to a sub-object besides using the native$ method? If I try to do that and use the save$ method, seneca throws a giant error on my face.
Actually, the problem was with mongodb version. It should be the same used in the seneca-mongo-store which is the ^0.2.0. Now everything works like a charm.
Hey everyone!
Is it possible to set an ObjectId to a sub-object besides using the
native$
method? If I try to do that and use thesave$
method, seneca throws a giant error on my face.