Fix lint error

This commit is contained in:
J. Ryan Stinnett 2020-09-16 17:12:51 +01:00
parent a18d0271c3
commit b5000b236f

View file

@ -15,8 +15,6 @@ See the License for the specific language governing permissions and
limitations under the License.
*/
const { acceptToast } = require("./toasts");
const assert = require('assert');
module.exports = async function signup(session, username, password, homeserver) {