Skip to content

Commit caff9ba

Browse files
committed
refactor: fixed xo aspect
Unnecessary return statement. (no-useless-return)XO(no-useless-return)
1 parent 2712086 commit caff9ba

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

loading-attribute-polyfill.sw.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,5 @@ self.addEventListener('fetch', (event) => {
2828
)
2929
);
3030
}
31-
32-
return;
3331
}
3432
});

0 commit comments

Comments
 (0)