mirror of
https://iceshrimp.dev/crimekillz/trashposs
synced 2024-11-23 17:29:05 +01:00
typo
This commit is contained in:
parent
9bf44e240e
commit
0024e02f80
@ -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 New Issue
Block a user