Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
drf7 committed Mar 6, 2025
1 parent db68d9a commit 2262378
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nucliadb/src/nucliadb/backups/create.py
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ async def backup_resources(context: ApplicationContext, kbid: str, backup_id: st
metadata = await get_metadata(context, kbid, backup_id)
if metadata is None:
metadata = BackupMetadata(
kbid=kbid,
kb_id=kbid,
requested_at=datetime.now(tz=timezone.utc),
)
async for rid in datamanagers.resources.iterate_resource_ids(kbid=kbid):
Expand Down

0 comments on commit 2262378

Please sign in to comment.