add semicolon after property

This commit is contained in:
PrivateGER 2023-05-26 10:56:14 +02:00 committed by PrivateGER
parent a9889721ec
commit b6638a7862
1 changed files with 1 additions and 1 deletions

View File

@ -43,7 +43,7 @@ export type Source = {
host: string;
port: number;
apiKey?: string;
ssl: boolean
ssl: boolean;
};
proxy?: string;