remove unused priority

This commit is contained in:
Phillip Thelen
2025-05-29 13:49:30 +02:00
parent 1aba2be57f
commit bc77c7698f

View File

@@ -15,7 +15,6 @@ export function sendJob (type, config) {
if (IS_PROD) {
const { data, options } = config;
const usedOptions = {
priority: 'high',
backoff: { delay: 10 * 60 * 1000, type: 'exponential' },
...options,
};