refacator: fix typw
This commit is contained in:
@ -48,7 +48,6 @@ export default define(meta, paramDef, async (ps, user) => {
|
||||
|
||||
await PromoNotes.insert({
|
||||
noteId: note.id,
|
||||
createdAt: new Date(),
|
||||
expiresAt: new Date(ps.expiresAt),
|
||||
userId: note.userId,
|
||||
});
|
||||
|
Reference in New Issue
Block a user