fix type
This commit is contained in:
parent
eefa06622b
commit
975e79fa3b
|
@ -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 New Issue