mirror of
https://github.com/omnivore-app/omnivore.git
synced 2026-03-11 08:54:26 +00:00
Use a const for nextCursor
This commit is contained in:
parent
7599bbaded
commit
b74b1d40fe
1 changed files with 1 additions and 1 deletions
|
|
@ -241,7 +241,7 @@ export const exportJob = async (jobData: ExportJobData) => {
|
|||
const size = items.length
|
||||
// write data to the csv file
|
||||
if (size > 0) {
|
||||
let nextCursor = await uploadToBucket(
|
||||
const nextCursor = await uploadToBucket(
|
||||
userId,
|
||||
items,
|
||||
cursor,
|
||||
|
|
|
|||
Loading…
Reference in a new issue