fix(tasks): disable dedup on geocode-device-update
This commit is contained in:
parent
64f2f995f3
commit
f4313ce9ed
1 changed files with 1 additions and 1 deletions
|
@ -31,7 +31,7 @@ module.exports = async function () {
|
||||||
)
|
)
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
dedupOptions: { enabled: true },
|
dedupOptions: { enabled: false },
|
||||||
}
|
}
|
||||||
)
|
)
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue