Skip to content

Commit aa7badd

Browse files
committed
fix: Remove serverUrl property from DatabaseConfig interface.
1 parent 5da4f62 commit aa7badd

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

src/types/ResponseTypes.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ export interface DatabaseConfig {
55
password: string;
66
port: number;
77
url: string;
8-
serverUrl: string;
98
}
109

1110
export interface BotConfig {

0 commit comments

Comments
 (0)