mirror of
https://github.com/omnivore-app/omnivore.git
synced 2026-03-11 08:54:26 +00:00
update the env var name
This commit is contained in:
parent
fe87d23a91
commit
3cd3817569
1 changed files with 3 additions and 2 deletions
|
|
@ -349,8 +349,9 @@ const fetchContentAndCreateItem = async (
|
|||
}
|
||||
|
||||
try {
|
||||
const useContentFetchQueue = process.env.USE_CONTENT_FETCH_QUEUE === 'true'
|
||||
if (useContentFetchQueue) {
|
||||
const contentFetchQueueEnabled =
|
||||
process.env.CONTENT_FETCH_QUEUE_ENABLED === 'true'
|
||||
if (contentFetchQueueEnabled) {
|
||||
return await enqueueFetchContentJob(data)
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue