fix #33 - issues with same event names
This commit is contained in:
@@ -31,6 +31,7 @@ export const reportRouter = createTRPCRouter({
|
||||
lineType: report.lineType,
|
||||
range: report.range === 'custom' ? '30d' : report.range,
|
||||
formula: report.formula,
|
||||
previous: report.previous ?? false,
|
||||
},
|
||||
});
|
||||
}),
|
||||
@@ -55,6 +56,7 @@ export const reportRouter = createTRPCRouter({
|
||||
lineType: report.lineType,
|
||||
range: report.range === 'custom' ? '30d' : report.range,
|
||||
formula: report.formula,
|
||||
previous: report.previous ?? false,
|
||||
},
|
||||
});
|
||||
}),
|
||||
|
||||
Reference in New Issue
Block a user