This commit is contained in:
syuilo 2023-04-08 15:59:41 +09:00
parent eefa06622b
commit 975e79fa3b

View file

@ -32,8 +32,6 @@ export type Source = {
db: string;
user: string;
pass: string;
disableCache?: boolean;
extra?: { [x: string]: string };
}[];
redis: {
host: string;