Skip to content

Commit

Permalink
Update src/lib/cht-session.ts
Browse files Browse the repository at this point in the history
Co-authored-by: Binod Adhikary <[email protected]>
  • Loading branch information
kennsippell and binokaryg authored Dec 27, 2024
1 parent 0900412 commit 3740a53
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/cht-session.ts
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ export default class ChtSession {
}

public static createFromDataString(data: string): ChtSession {
const parsed:any = JSON.parse(data);
const parsed: any = JSON.parse(data);
return new ChtSession(parsed);
}

Expand Down

0 comments on commit 3740a53

Please sign in to comment.