Skip to content

Commit 482b6a9

Browse files
committed
chore: Simplify
1 parent bb62ef2 commit 482b6a9

File tree

1 file changed

+1
-1
lines changed
  • packages/clerk-js/src/core/resources

1 file changed

+1
-1
lines changed

packages/clerk-js/src/core/resources/Client.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ export class Client extends BaseResource implements ClientResource {
2727
cookieExpiresAt: Date | null = null;
2828
/** Last authentication strategy used by this client; `null` when unknown/disabled. */
2929
lastAuthenticationStrategy: LastAuthenticationStrategy | null = null;
30-
clientTrustState?: ClientTrustState | undefined = undefined;
30+
clientTrustState?: ClientTrustState = undefined;
3131
createdAt: Date | null = null;
3232
updatedAt: Date | null = null;
3333

0 commit comments

Comments
 (0)