refactor(core): Rename usage metrics method per suggestion (no-changelog) (#9810)
This commit is contained in:
@@ -31,7 +31,7 @@ export class UsageMetricsService {
|
||||
];
|
||||
}
|
||||
|
||||
async getActiveWorkflowIds() {
|
||||
async collectPassthroughData() {
|
||||
return {
|
||||
activeWorkflowIds: await this.workflowRepository.getActiveIds(),
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user