Appease the linter

This commit is contained in:
Travis Ralston 2018-03-26 21:50:19 -06:00
parent 18597db540
commit 71de7987c6

View File

@ -134,8 +134,8 @@ export class NebProxy {
currentConfig = await client.getServiceConfig(notifUser.serviceId);
if (feedUrls.length === 0) {
const client = new MatrixAppserviceClient(await AppserviceStore.getAppservice(this.neb.appserviceId));
await client.leaveRoom(notifUser.appserviceUserId, roomId);
const appserviceClient = new MatrixAppserviceClient(await AppserviceStore.getAppservice(this.neb.appserviceId));
await appserviceClient.leaveRoom(notifUser.appserviceUserId, roomId);
}
}