更新最新版后,合并请求报错 e.getAction is not a function
const swithQuery = db.collection('switch').limit(1).getTemp()
const lishiQuery = db.collection('opendb-news-articles').where(this.where).getTemp()
db.multiSend(swithQuery,lishiQuery).then(res => {
console.log(res);
})
报错一样