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:
parent
0f06cd94c9
commit
fcd898e918
@ -566,7 +566,7 @@ class ProjectStore implements IProjectStore {
|
||||
)
|
||||
.count(`${TABLE}.id as count`)
|
||||
.from(`${TABLE}`)
|
||||
.join(
|
||||
.leftJoin(
|
||||
`${SETTINGS_TABLE}`,
|
||||
`${TABLE}.id`,
|
||||
`${SETTINGS_TABLE}.project`,
|
||||
|
Loading…
Reference in New Issue
Block a user