mirror of
https://git.joinsharkey.org/Sharkey/Sharkey.git
synced 2024-11-10 01:53:08 +02:00
fix type
This commit is contained in:
parent
eefa06622b
commit
975e79fa3b
1 changed files with 0 additions and 2 deletions
|
@ -32,8 +32,6 @@ export type Source = {
|
|||
db: string;
|
||||
user: string;
|
||||
pass: string;
|
||||
disableCache?: boolean;
|
||||
extra?: { [x: string]: string };
|
||||
}[];
|
||||
redis: {
|
||||
host: string;
|
||||
|
|
Loading…
Reference in a new issue