From a91c414d6eca98b9638ca954cb7fbefefb19b4bd Mon Sep 17 00:00:00 2001 From: cge <1171773+cge@users.noreply.github.com> Date: Thu, 16 Dec 2021 19:01:09 +0100 Subject: [PATCH] fix: options typo --- src/services/RedocNormalizedOptions.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/services/RedocNormalizedOptions.ts b/src/services/RedocNormalizedOptions.ts index 0351dc27..12f91ff6 100644 --- a/src/services/RedocNormalizedOptions.ts +++ b/src/services/RedocNormalizedOptions.ts @@ -298,7 +298,7 @@ export class RedocNormalizedOptions { typeof raw.tryLiveSandboxServerIndex === 'number' ? raw.tryLiveSandboxServerIndex : argValueToNumber(raw.tryLiveSandboxServerIndex) || 1; - this.tryLiveEditorTheme = raw.tryLiveAccessToken || ''; + this.tryLiveEditorTheme = raw.tryLiveEditorTheme || ''; this.unstable_ignoreMimeParameters = argValueToBoolean(raw.unstable_ignoreMimeParameters);