This commit is contained in:
syuilo 2018-05-29 00:38:07 +09:00
parent bd1f3a2f01
commit 973b1e42ef

View file

@ -2,7 +2,7 @@ import $ from 'cafy'; import ID from '../../../../cafy-id';
import Note, { pack } from '../../../../models/note'; import Note, { pack } from '../../../../models/note';
/** /**
* GEt replies of a note * Get replies of a note
*/ */
module.exports = (params, user) => new Promise(async (res, rej) => { module.exports = (params, user) => new Promise(async (res, rej) => {
// Get 'noteId' parameter // Get 'noteId' parameter