fix: pgsql user waiter

This commit is contained in:
Marcel S. Henselin 2026-02-12 18:04:30 +01:00
parent 4189a5ebcb
commit 847bc0d3c2
2 changed files with 2 additions and 0 deletions

View file

@ -196,6 +196,7 @@ func (r *userResource) Create(
)
return
}
arg.userId = id
ctx = tflog.SetField(ctx, "user_id", id)