mirror of
https://github.com/omnivore-app/omnivore.git
synced 2026-03-11 08:54:26 +00:00
fix save page api request invalid parameter
This commit is contained in:
parent
b56a71add6
commit
6f201a9cb4
1 changed files with 1 additions and 1 deletions
|
|
@ -175,7 +175,7 @@ export const rssHandler = Sentry.GCPFunction.wrapHttpFunction(
|
|||
const input = {
|
||||
source: 'rss-feeder',
|
||||
url: item.link,
|
||||
saveRequestId: '',
|
||||
clientRequestId: '',
|
||||
labels: [{ name: 'RSS' }],
|
||||
title: item.title,
|
||||
originalContent: item.content,
|
||||
|
|
|
|||
Loading…
Reference in a new issue