Skip to content

Commit 2eb02dc

Browse files
committed
One more thing.
1 parent 3025c0d commit 2eb02dc

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/common/app.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,6 @@ export function getApp(): App {
6363
*/
6464
export function setApp(app?: App) {
6565
if (cache?.name === APP_NAME) {
66-
// eslint-disable @typescript-eslint/no-floating-promises
6766
void deleteApp(cache);
6867
}
6968
cache = app;

0 commit comments

Comments
 (0)