@ersinfotech/next-forum
v1.0.0
Published
next-forum =========================
Downloads
5
Readme
next-forum
export upsertTopic = async ({
topic,
mysql,
}) => {
return {
topicId,
shouldNext,
commentCount,
upserted,
}
}
export insertComment = async ({
comment,
mysql,
}) => {
return {
inserted,
}
}