lint: Re-run eslint --fix

This commit is contained in:
Richard Hansen 2021-05-11 15:44:50 -04:00 committed by webzwo0i
parent 30eadad79d
commit 59c03bde20
6 changed files with 6 additions and 8 deletions

View file

@ -55,5 +55,4 @@ describe(__filename, function () {
}
});
});
});

View file

@ -87,7 +87,6 @@ describe('Chat messages and UI', function () {
xit('Checks showChat=false URL Parameter hides chat then' +
' when removed it shows chat', async function () {
// give it a second to save the username on the server side
await new Promise((resolve) => setTimeout(resolve, 3000));