Skip to content

Commit 87ba0d4

Browse files
authored
fix(microsoft-learn-mcp-server): fixed charging event names (#60)
1 parent 28a02c9 commit 87ba0d4

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

microsoft-learn-mcp-server/src/billing.ts

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,9 @@
55
import { Actor, log } from 'apify';
66

77
const CHARGEABLE_EVENT_NAMES = [
8-
'microsoft_learn_search',
9-
'microsoft_learn_fetch',
8+
'microsoft_docs_search',
9+
'microsoft_docs_fetch',
10+
'microsoft_code_sample_search',
1011
] as const;
1112

1213
type ChargeableRequest = {

0 commit comments

Comments
 (0)