mirror of
https://git.joinsharkey.org/Sharkey/Sharkey.git
synced 2024-11-10 02:03: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;
|
db: string;
|
||||||
user: string;
|
user: string;
|
||||||
pass: string;
|
pass: string;
|
||||||
disableCache?: boolean;
|
|
||||||
extra?: { [x: string]: string };
|
|
||||||
}[];
|
}[];
|
||||||
redis: {
|
redis: {
|
||||||
host: string;
|
host: string;
|
||||||
|
|
Loading…
Reference in a new issue