mirror of
https://github.com/neondatabase/neon.git
synced 2026-05-30 19:40:39 +00:00
Fix the parameter error
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user