add semicolon after property
This commit is contained in:
parent
a9889721ec
commit
b6638a7862
|
@ -43,7 +43,7 @@ export type Source = {
|
|||
host: string;
|
||||
port: number;
|
||||
apiKey?: string;
|
||||
ssl: boolean
|
||||
ssl: boolean;
|
||||
};
|
||||
|
||||
proxy?: string;
|
||||
|
|
Loading…
Reference in New Issue