send-stream
This commit is contained in:
@@ -60,7 +60,7 @@ export function extractVideoCover(
|
||||
const url = URL.createObjectURL(file)
|
||||
video.src = url
|
||||
|
||||
let timeoutId: NodeJS.Timeout | null = null
|
||||
let timeoutId: ReturnType<typeof setTimeout> | null = null
|
||||
|
||||
const cleanup = () => {
|
||||
if (timeoutId) {
|
||||
|
||||
Reference in New Issue
Block a user