We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d81be1a commit fdf2ea0Copy full SHA for fdf2ea0
services/libs/data-access-layer/src/dashboards/base.ts
@@ -88,7 +88,7 @@ async function getProjectsCount(
88
segmentId?: string,
89
): Promise<{ projectsTotal: number; projectsLast30Days: number }> {
90
let query: string
91
- let params: Record<string, any>
+ let params: Record<string, string>
92
93
if (!segmentId) {
94
// Count all segments
0 commit comments