chore: deno fmt
This commit is contained in:
@@ -42,7 +42,8 @@ async function processUpdateRecommendations(
|
||||
}
|
||||
done++;
|
||||
streamResponse.enqueue(
|
||||
`${Math.floor((done / total) * 100)}% [${done + 1
|
||||
`${Math.floor((done / total) * 100)}% [${
|
||||
done + 1
|
||||
}/${total}] ${movie.name}`,
|
||||
);
|
||||
})).catch((err) => {
|
||||
|
||||
Reference in New Issue
Block a user