Skip to content

Commit

Permalink
fix a Qodana issue
Browse files Browse the repository at this point in the history
  • Loading branch information
boomzero committed Aug 19, 2024
1 parent 72bf6ab commit 6fba1ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Source/Process.ts
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ export class Process {
private readonly ACCOUNT_ID: string;
private AI: any;
private kv: any;
private shortMessageEncryptKey_v1: string;
private readonly shortMessageEncryptKey_v1: string;
private readonly API_TOKEN: string;
private Username: string;
private SessionID: string;
Expand Down

0 comments on commit 6fba1ad

Please sign in to comment.