Skip to content

Commit 7378cf8

Browse files
committed
[service-utils] Add pay as a usage source
1 parent 25b149d commit 7378cf8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/service-utils/src/core/usageV2.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ export const USAGE_V2_SOURCES = [
77
"sdk",
88
"storage",
99
"wallet",
10+
"pay",
1011
] as const;
1112
export type UsageV2Source = (typeof USAGE_V2_SOURCES)[number];
1213
export function getTopicName(source: UsageV2Source) {

0 commit comments

Comments
 (0)