Add limit to SQL query

This commit is contained in:
AbegaM
2024-03-25 20:21:37 +03:00
parent f6880521d4
commit 691d6f1cc7

View File

@@ -50,6 +50,7 @@ module.exports = () => {
() => '?',
)})`,
whereStringValues: [...roleIds],
limit: 10000,
});
return permissions;