Skip to content

Commit

Permalink
not private
Browse files Browse the repository at this point in the history
  • Loading branch information
daniellacosse committed May 1, 2024
1 parent 2770ebb commit d629646
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/src/www/model/errors.ts
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ export class SessionConfigError extends CustomError {
}

export class SessionProviderError extends CustomError {
private readonly details: string | undefined;
readonly details: string | undefined;

constructor(message: string, options?: {details?: string}) {
super(message);
Expand Down

0 comments on commit d629646

Please sign in to comment.