Fixed 267U.pre2
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
import { publishScheduledNote } from "../../../services/note/scheduled.js";
|
||||
export async function publishScheduledNoteJob(job) {
|
||||
return await publishScheduledNote(job.data.scheduledNoteId);
|
||||
}
|
||||
Reference in New Issue
Block a user