feature(dashboard): add new retention chart type
This commit is contained in:
committed by
Carl-Gerhard Lindesvärd
parent
e2065da16e
commit
f977c5454a
@@ -44,6 +44,7 @@ export const reportRouter = createTRPCRouter({
|
||||
range: report.range === 'custom' ? '30d' : report.range,
|
||||
formula: report.formula,
|
||||
previous: report.previous ?? false,
|
||||
unit: report.unit,
|
||||
},
|
||||
});
|
||||
}),
|
||||
@@ -84,6 +85,7 @@ export const reportRouter = createTRPCRouter({
|
||||
range: report.range === 'custom' ? '30d' : report.range,
|
||||
formula: report.formula,
|
||||
previous: report.previous ?? false,
|
||||
unit: report.unit,
|
||||
},
|
||||
});
|
||||
}),
|
||||
|
||||
Reference in New Issue
Block a user