Appease the linter

This commit is contained in:
Travis Ralston 2020-11-02 21:38:59 -07:00
parent f5cd079a16
commit fc90531c9f
2 changed files with 2 additions and 2 deletions

View file

@ -25,6 +25,6 @@ export enum ElementWidgetActions {
export interface IViewRoomApiRequest extends IWidgetApiRequest {
data: {
room_id: string;
room_id: string; // eslint-disable-line camelcase
};
}