Fixed 267U.pre2
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
import { NoteWatchings } from "../../models/index.js";
|
||||
export default (async (me, note)=>{
|
||||
await NoteWatchings.delete({
|
||||
noteId: note.id,
|
||||
userId: me
|
||||
});
|
||||
});
|
||||
Reference in New Issue
Block a user