mirror of
https://github.com/HabitRPG/habitica.git
synced 2025-12-18 23:27:26 +01:00
remove unused priority
This commit is contained in:
@@ -15,7 +15,6 @@ export function sendJob (type, config) {
|
|||||||
if (IS_PROD) {
|
if (IS_PROD) {
|
||||||
const { data, options } = config;
|
const { data, options } = config;
|
||||||
const usedOptions = {
|
const usedOptions = {
|
||||||
priority: 'high',
|
|
||||||
backoff: { delay: 10 * 60 * 1000, type: 'exponential' },
|
backoff: { delay: 10 * 60 * 1000, type: 'exponential' },
|
||||||
...options,
|
...options,
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user