Fix the parameter error

This commit is contained in:
Alexey Masterov
2025-07-15 14:49:27 +02:00
parent 94cfd3f22e
commit e97c1d2684
2 changed files with 2 additions and 1 deletions

View File

@@ -479,8 +479,8 @@ class NeonProject:
self.neon_api.restore_snapshot(
self.id,
snapshot_id,
self.generate_branch_name(),
target_branch.id,
self.generate_branch_name(),
)
return target_branch