Skip to content

Commit 1b20b66

Browse files
committed
refactor(client-resource): remove client_trust_state from dummy data
1 parent 2461f3e commit 1b20b66

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

packages/expo/src/cache/dummy-data/client-resource.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,6 @@ export const DUMMY_CLERK_CLIENT_RESOURCE = {
127127
last_active_session_id: null,
128128
cookie_expires_at: null,
129129
last_authentication_strategy: null,
130-
client_trust_state: null,
131130
created_at: new Date().getTime(),
132131
updated_at: new Date().getTime(),
133132
} as unknown as ClientJSONSnapshot;

0 commit comments

Comments
 (0)