Appease the linter
This commit is contained in:
parent
f5cd079a16
commit
fc90531c9f
2 changed files with 2 additions and 2 deletions
|
@ -25,6 +25,6 @@ export enum ElementWidgetActions {
|
|||
|
||||
export interface IViewRoomApiRequest extends IWidgetApiRequest {
|
||||
data: {
|
||||
room_id: string;
|
||||
room_id: string; // eslint-disable-line camelcase
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue