From 5977e960342b32e398d718054900fa6e85fb9bff Mon Sep 17 00:00:00 2001 From: Miguel Medeiros Date: Fri, 3 Sep 2021 14:35:06 -0300 Subject: [PATCH] Fix typo variable name. --- frontend/src/app/components/api-docs/api-docs.component.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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();