Skip to content
This repository was archived by the owner on Mar 3, 2026. It is now read-only.

Commit 6ce9a2a

Browse files
authored
chore: fix linter problem with implicit returns (#1784)
1 parent 04791c7 commit 6ce9a2a

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

src/gcs-resumable-upload/index.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -421,6 +421,7 @@ export class Upload extends Pumpify {
421421
}
422422
this.set({uri});
423423
this.startUploading();
424+
return;
424425
});
425426
}
426427
});
@@ -1031,6 +1032,7 @@ export class Upload extends Pumpify {
10311032
}
10321033
this.set({uri});
10331034
this.startUploading();
1035+
return;
10341036
});
10351037
}
10361038

0 commit comments

Comments
 (0)