From a59634a1a9b0393622fb121fbe229132c01a2624 Mon Sep 17 00:00:00 2001 From: Matthew Miller Date: Fri, 18 Aug 2023 13:59:11 -0700 Subject: Use single-quotes and increase line width --- packages/server/src/helpers/decodeClientDataJSON.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'packages/server/src/helpers/decodeClientDataJSON.ts') diff --git a/packages/server/src/helpers/decodeClientDataJSON.ts b/packages/server/src/helpers/decodeClientDataJSON.ts index fa09181..645a09f 100644 --- a/packages/server/src/helpers/decodeClientDataJSON.ts +++ b/packages/server/src/helpers/decodeClientDataJSON.ts @@ -1,4 +1,4 @@ -import { isoBase64URL } from "./iso/index.ts"; +import { isoBase64URL } from './iso/index.ts'; /** * Decode an authenticator's base64url-encoded clientDataJSON to JSON @@ -17,7 +17,7 @@ export type ClientDataJSON = { crossOrigin?: boolean; tokenBinding?: { id?: string; - status: "present" | "supported" | "not-supported"; + status: 'present' | 'supported' | 'not-supported'; }; }; -- cgit v1.2.3