diff --git a/frontend/src/app/components/api-docs/api-docs.component.ts b/frontend/src/app/components/api-docs/api-docs.component.ts index 3cbf18045..851ae8519 100644 --- a/frontend/src/app/components/api-docs/api-docs.component.ts +++ b/frontend/src/app/components/api-docs/api-docs.component.ts @@ -3505,7 +3505,7 @@ export class ApiDocsComponent implements OnInit { }, difficulty: { codeTemplate: { - commonJs: ` + commonJS: ` const { %{0}: { difficulty } } = mempoolJS(); const difficultyAdjustment = await difficulty.getDifficultyAdjustment();