1.0.0 • Published 8 years ago

@ersinfotech/next-forum v1.0.0

Weekly downloads
-
License
MIT
Repository
-
Last release
8 years ago

next-forum

export upsertTopic = async ({
  topic,
  mysql,
}) => {
  return {
    topicId,
    shouldNext,
    commentCount,
    upserted,
  }
}

export insertComment = async ({
  comment,
  mysql,
}) => {
  return {
    inserted,
  }
}
1.0.0

8 years ago