Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Tankilevitch committed Feb 18, 2024
1 parent 63ba25f commit f4f8f3a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion port/page/resource.go
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ func (r *PageResource) Create(ctx context.Context, req resource.CreateRequest, r
return
}

p, err := r.portClient.CreatePage(ctx, page, true)
p, err := r.portClient.CreatePage(ctx, page)
if err != nil {
resp.Diagnostics.AddError("failed to create page", err.Error())
return
Expand Down

0 comments on commit f4f8f3a

Please sign in to comment.