mirror of
https://github.com/Unleash/unleash.git
synced 2025-09-10 17:53:36 +02:00
Fix
This commit is contained in:
parent
2f06bbf598
commit
0f06cd94c9
@ -581,7 +581,7 @@ class ProjectStore implements IProjectStore {
|
|||||||
mapProjectModeCount(row): ProjectModeCount {
|
mapProjectModeCount(row): ProjectModeCount {
|
||||||
return {
|
return {
|
||||||
mode: row.mode,
|
mode: row.mode,
|
||||||
count: parseInt(row.count, 10),
|
count: Number(row.count),
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user