Skip to content

Commit

Permalink
Update storage-node/src/services/helpers/acceptObject.ts
Browse files Browse the repository at this point in the history
Co-authored-by: Mokhtar Naamani <mokhtar.naamani@gmail.com>
  • Loading branch information
ignazio-bovo and mnaamani committed Aug 27, 2024
1 parent 889a5f9 commit 5038ae4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion storage-node/src/services/helpers/acceptObject.ts
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,6 @@ export async function acceptObject(
await fsPromises.unlink(src)
logger.info(`File ${filename} accepted to remote storage`)
}
addDataObjectIdToCache(filename)
addDataObjectIdToCache(filename, toBeAcceptedOnLocalVolume)
logger.info(`File ${filename} added to local cache`)
}

0 comments on commit 5038ae4

Please sign in to comment.