rename variables

This commit is contained in:
Hongbo Wu
2023-11-09 19:00:57 +08:00
parent ffac5c195d
commit 9dfc5f856d
17 changed files with 151 additions and 143 deletions

View File

@ -615,7 +615,7 @@ export interface RssSubscriptionGroup {
fetchedDates: (Date | null)[]
scheduledDates: Date[]
checksums: (string | null)[]
isFetchingContents: boolean[]
addToLibraryFlags: boolean[]
}
export const enqueueRssFeedFetch = async (
@ -633,7 +633,7 @@ export const enqueueRssFeedFetch = async (
timestamp.getTime()
), // unix timestamp in milliseconds
userIds: subscriptionGroup.userIds,
isFetchingContents: subscriptionGroup.isFetchingContents,
addToLibraryFlags: subscriptionGroup.addToLibraryFlags,
}
// If there is no Google Cloud Project Id exposed, it means that we are in local environment