forked from FoundKeyGang/FoundKey
typo
This commit is contained in:
parent
bd1f3a2f01
commit
973b1e42ef
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue