mirror of
https://github.com/turt2live/matrix-dimension.git
synced 2024-10-01 01:05:53 -04:00
Remove removed option
This commit is contained in:
parent
22b245bbd1
commit
5ee0254521
@ -1,5 +1,4 @@
|
||||
import * as config from "config";
|
||||
import { LogConfig } from "matrix-bot-sdk";
|
||||
|
||||
export interface DimensionConfig {
|
||||
web: {
|
||||
@ -43,7 +42,6 @@ export interface DimensionConfig {
|
||||
dimension: {
|
||||
publicUrl: string;
|
||||
};
|
||||
logging: LogConfig;
|
||||
}
|
||||
|
||||
//TODO: We should better use the .get function from node config
|
||||
|
Loading…
Reference in New Issue
Block a user