chore: adjust webhook migration to sort webhooks properly
This commit is contained in:
@@ -72,6 +72,8 @@ function findUsersWithWebhooks () {
|
||||
};
|
||||
|
||||
return webhook;
|
||||
}).sort((a, b) => {
|
||||
return a.sort - b.sort;
|
||||
});
|
||||
|
||||
return {
|
||||
|
||||
Reference in New Issue
Block a user