mirror of
https://iceshrimp.dev/crimekillz/trashposs
synced 2024-11-25 10:19:06 +01: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…
Reference in a new issue