Skip to content

Commit be7a4f7

Browse files
committed
style(eslint): fix linting issues
1 parent 2565eb3 commit be7a4f7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ const parseErrors = async (page) => {
6868
localStorage.setItem('swagger-editor-content', item);
6969
}, definition);
7070
await page.reload({ waitUntil: ['domcontentloaded', 'networkidle0'] });
71-
await page.waitForTimeout(10000)
71+
await page.waitForTimeout(10000);
7272
await page.waitForSelector('.swagger-ui div', { visible: true });
7373

7474
if (await hasNoApiDefinition(page)) {

0 commit comments

Comments
 (0)