kaaljabr

Results 3 comments of kaaljabr

Here is a workaround for it: ``` admins = admins.map(admin => { const { name: { full: name, }, email: email, } = admin; return { name: name, email: email...

I'm also having the same issue! so is this the way to go until then? ``` const keystone = new Keystone({ name: config.projectName, adapter: new MongooseAdapter({ mongoUri: config.mongoUri }), onConnect:...