Skip to content

Commit 9088399

Browse files
committed
fix format
1 parent c9750d8 commit 9088399

File tree

1 file changed

+6
-8
lines changed

1 file changed

+6
-8
lines changed

src/auth/user-record.ts

Lines changed: 6 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -399,14 +399,12 @@ export class PasskeyInfo {
399399
* @returns A JSON-serializable representation of this passkey info object.
400400
*/
401401
public toJSON(): object {
402-
return {
403-
name: this.name,
404-
credentialId: this.credentialId,
405-
displayName: this.displayName,
406-
};
407-
}
408-
}
409-
402+
return {
403+
name: this.name,
404+
credentialId: this.credentialId,
405+
displayName: this.displayName,
406+
};
407+
}
410408
}
411409

412410
/**

0 commit comments

Comments
 (0)