Skip to content

Commit

Permalink
-
Browse files Browse the repository at this point in the history
  • Loading branch information
drf7 committed Mar 6, 2025
1 parent 442f3ef commit c9e4fe1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nucliadb/src/nucliadb/backups/tasks.py
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ async def restore(kbid: str, backup_id: str) -> None:
msg_type=RestoreBackupRequest,
)
msg = RestoreBackupRequest(
kbid=kbid,
kb_id=kbid,
backup_id=backup_id,
)
await producer.send(msg)
Expand Down

0 comments on commit c9e4fe1

Please sign in to comment.