add semicolon after property
This commit is contained in:
parent
a9889721ec
commit
b6638a7862
1 changed files with 1 additions and 1 deletions
|
@ -43,7 +43,7 @@ export type Source = {
|
||||||
host: string;
|
host: string;
|
||||||
port: number;
|
port: number;
|
||||||
apiKey?: string;
|
apiKey?: string;
|
||||||
ssl: boolean
|
ssl: boolean;
|
||||||
};
|
};
|
||||||
|
|
||||||
proxy?: string;
|
proxy?: string;
|
||||||
|
|
Loading…
Reference in a new issue