add semicolon after property
This commit is contained in:
parent
a9889721ec
commit
b6638a7862
|
@ -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 New Issue