This commit is contained in:
Jackson Harper
2024-01-18 15:37:38 +08:00
parent 7754139207
commit 6193c78288

View File

@ -348,7 +348,7 @@ const createItemWithPreviewContent = async (
}
// save page
const taskHandlerUrl = `${serviceBaseUrl}/svc/following/save?token=${token}`
const taskHandlerUrl = `${serviceBaseUrl}svc/following/save?token=${token}`
const task = await createHttpTaskWithToken({
queue: env.queue.name,
priority: 'low',