mirror of
https://github.com/HabitRPG/habitica.git
synced 2025-12-18 07:07:35 +01:00
chore: adjust webhook migration to sort webhooks properly
This commit is contained in:
@@ -72,6 +72,8 @@ function findUsersWithWebhooks () {
|
|||||||
};
|
};
|
||||||
|
|
||||||
return webhook;
|
return webhook;
|
||||||
|
}).sort((a, b) => {
|
||||||
|
return a.sort - b.sort;
|
||||||
});
|
});
|
||||||
|
|
||||||
return {
|
return {
|
||||||
|
|||||||
Reference in New Issue
Block a user