gpt4 book ai didi

meteor - 异步函数 : TypeError: callback is not a function 回调异常

转载 作者:行者123 更新时间:2023-12-04 20:10:49 32 4
gpt4 key购买 nike

我不明白为什么我的插入查询代码位于 服务器/main.js 导致这种情况:TypeError: callback is not a function错误信息。

以下代码位于:服务器/main.js

var businessCard = [{PostedDate: moment().add(0, "days").format('MM/DD/YYYY'), sentBy: currentUserId, recipientName: recipientName }];

下一行是插入查询:
Messages.insert({businessCard: businessCard}, {multi:true});

当我运行代码时,没有插入 留言收藏已执行,我也没有在浏览器控制台中收到任何错误消息,
但是,当我检查终端时,我看到以下错误消息:

This is the error message I get in the terminal

当我注释掉插入查询时,错误消息消失了,导致我认为我编写此插入代码的方式有问题。

请帮我弄清楚我在这里做错了什么。

期待您的帮助

最佳答案

错误是因为您使用了 multi: true选项,insert方法没有这个选项。

关于meteor - 异步函数 : TypeError: callback is not a function 回调异常,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/44724468/

32 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com