Changed ignoreDuplicates to avoidDuplicates.

This commit is contained in:
2024-09-11 05:16:53 +02:00
parent 94e1575c30
commit 901029d9a1
2 changed files with 2 additions and 2 deletions

View File

@@ -28,7 +28,7 @@ module.exports = {
fetch: {
sort: 'top',
limit: 1000,
ignoreDuplicates: true
avoidDuplicates: true
},
reddit: {
api: {