mirror of
https://iceshrimp.dev/limepotato/jormungandr-bite.git
synced 2024-11-14 14:07:38 -07:00
Fix bug
This commit is contained in:
parent
dd67260645
commit
0e970c6952
1 changed files with 1 additions and 1 deletions
|
@ -38,7 +38,7 @@ interface ISource {
|
|||
host: string;
|
||||
port: number;
|
||||
db: string;
|
||||
user_id: string;
|
||||
user: string;
|
||||
pass: string;
|
||||
};
|
||||
redis: {
|
||||
|
|
Loading…
Reference in a new issue