wip
This commit is contained in:
parent
346c2959e0
commit
71c3e11708
7 changed files with 65 additions and 7 deletions
|
|
@ -21,7 +21,8 @@ module.exports = async (params, user) => new Promise(async (res, rej) => {
|
|||
const channel = await Channel.insert({
|
||||
created_at: new Date(),
|
||||
user_id: user._id,
|
||||
title: title
|
||||
title: title,
|
||||
index: 0
|
||||
});
|
||||
|
||||
// Response
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue