fix: pgsql user waiter

This commit is contained in:
Marcel S. Henselin 2026-02-13 08:31:25 +01:00
parent 847bc0d3c2
commit f2c9af8fc5
2 changed files with 31 additions and 9 deletions

View file

@ -206,8 +206,8 @@ func PartialUpdateInstanceWaitHandler(
return handler
}
// CreateUserWaitHandler will wait for instance creation
func CreateUserWaitHandler(
// GetUserByIdWaitHandler will wait for instance creation
func GetUserByIdWaitHandler(
ctx context.Context,
a APIClientUserInterface,
projectId, instanceId, region string,