mirror of
https://github.com/omnivore-app/omnivore.git
synced 2026-03-11 08:54:26 +00:00
Fix logging
This commit is contained in:
parent
02818d94a2
commit
e06ff24cea
1 changed files with 1 additions and 1 deletions
|
|
@ -57,7 +57,7 @@ const updateSubscriptionGroup = async (group: RssSubscriptionGroup) => {
|
|||
try {
|
||||
feedURL = validateUrl(feedURL).toString()
|
||||
} catch (err) {
|
||||
console.log('not refreshing invalid feed url: ' { feedURL })
|
||||
console.log('not refreshing invalid feed url: ', { feedURL })
|
||||
}
|
||||
const jobid = `refresh-feed_${stringToHash(feedURL)}_${stringToHash(
|
||||
userList
|
||||
|
|
|
|||
Loading…
Reference in a new issue