mirror of
https://github.com/HabitRPG/habitica.git
synced 2025-12-18 15:17:25 +01:00
remove unused priority
This commit is contained in:
@@ -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,
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user