Skip to content

Commit

Permalink
fix: segment count rabbitmq message
Browse files Browse the repository at this point in the history
  • Loading branch information
Enkhtuvshin Narmandakh authored and Enkhtuvshin Narmandakh committed Mar 28, 2024
1 parent 80fc7d3 commit ebf63a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/api-utils/src/saas/chargeUtils.ts
Expand Up @@ -289,7 +289,7 @@ export const getUsageByPluginType = async (args: {
totalUsage = await sendCommonMessage({
subdomain,
serviceName: 'segments',
action: 'find.count',
action: 'count',
data: {},
});
}
Expand Down

0 comments on commit ebf63a2

Please sign in to comment.