1
0
mirror of https://github.com/Unleash/unleash.git synced 2025-08-18 13:48:58 +02:00

fix: fix project mode not counting settingsless projects

This commit is contained in:
sjaanus 2023-09-25 12:35:43 +03:00
parent 0f06cd94c9
commit fcd898e918
No known key found for this signature in database
GPG Key ID: 20E007C0248BA7FF

View File

@ -566,7 +566,7 @@ class ProjectStore implements IProjectStore {
)
.count(`${TABLE}.id as count`)
.from(`${TABLE}`)
.join(
.leftJoin(
`${SETTINGS_TABLE}`,
`${TABLE}.id`,
`${SETTINGS_TABLE}.project`,