add semicolon after property

This commit is contained in:
PrivateGER 2023-05-26 10:56:14 +02:00 committed by PrivateGER
parent 40ad37b870
commit 0a2c9a6c27

View File

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