Restore maintenance parameter deleted by mistake when removing esasure coding fix attempt code

This commit is contained in:
Arnaud 2024-12-26 07:15:18 +01:00
parent d6b1781b34
commit 0724d7f8f1
No known key found for this signature in database
GPG Key ID: 69D6CE281FCAE663
1 changed files with 2 additions and 1 deletions

View File

@ -296,4 +296,5 @@ proc new*(
config: config,
codexNode: codexNode,
restServer: restServer,
repoStore: repoStore)
repoStore: repoStore,
maintenance: maintenance)