Appease the linter round 1
Signed-off-by: Travis Ralston <travpc@gmail.com>
This commit is contained in:
parent
23d159e21c
commit
7dda5e9196
9 changed files with 16 additions and 25 deletions
|
@ -14,7 +14,6 @@ See the License for the specific language governing permissions and
|
|||
limitations under the License.
|
||||
*/
|
||||
|
||||
import Promise from 'bluebird';
|
||||
import SettingsHandler from "./SettingsHandler";
|
||||
import MatrixClientPeg from '../MatrixClientPeg';
|
||||
|
||||
|
@ -49,4 +48,4 @@ export default class RoomAccountSettingsHandler extends SettingsHandler {
|
|||
if (!event || !event.getContent()) return {};
|
||||
return event.getContent();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue