We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 195d508 commit b0e6d57Copy full SHA for b0e6d57
packages/storage/test/unit/testshared.ts
@@ -460,7 +460,7 @@ export function fake503ForFinalizeServerHandler(
460
*/
461
export function fake503ForUploadServerHandler(
462
fakeMetadata: Partial<Metadata> = defaultFakeMetadata,
463
- cb?: any
+ cb?: () => void
464
): RequestHandler {
465
const stats: {
466
[num: number]: {
0 commit comments