chore: adjust webhook migration to sort webhooks properly

This commit is contained in:
Blade Barringer
2016-10-02 09:31:28 -05:00
parent 35b92f13a3
commit 97b15006fd

View File

@@ -72,6 +72,8 @@ function findUsersWithWebhooks () {
};
return webhook;
}).sort((a, b) => {
return a.sort - b.sort;
});
return {