Skip to content

Commit

Permalink
runfix: mls_public_keys field required (#5516)
Browse files Browse the repository at this point in the history
  • Loading branch information
PatrykBuniX authored Sep 18, 2023
1 parent 43c949e commit ed0b0c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/api-client/src/client/RegisteredClient.ts
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ export interface AddedClient extends PublicClient {
/** An ISO 8601 Date string */
time: string;
type: ClientType.PERMANENT | ClientType.TEMPORARY;
mls_public_keys?: Record<string, string>;
mls_public_keys: Record<string, string>;
last_active?: string;
}

Expand Down

0 comments on commit ed0b0c4

Please sign in to comment.