mirror of
https://iceshrimp.dev/limepotato/jormungandr-bite.git
synced 2025-03-04 07:18:50 -07:00
add semicolon after property
This commit is contained in:
parent
40ad37b870
commit
0a2c9a6c27
1 changed files with 1 additions and 1 deletions
|
@ -43,7 +43,7 @@ export type Source = {
|
|||
host: string;
|
||||
port: number;
|
||||
apiKey?: string;
|
||||
ssl: boolean
|
||||
ssl: boolean;
|
||||
};
|
||||
|
||||
proxy?: string;
|
||||
|
|
Loading…
Add table
Reference in a new issue