Skip to content

Commit

Permalink
fix(go): remove workaround
Browse files Browse the repository at this point in the history
  • Loading branch information
rot1024 committed Mar 5, 2024
1 parent 7593737 commit 80539dc
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion go/cms.go
Original file line number Diff line number Diff line change
Expand Up @@ -552,7 +552,6 @@ func (c *CMS) CreateAssetByToken(ctx context.Context, projectID, token string) (

rb := map[string]string{
"token": token,
"url": "https://example.com", // workaround
}

b, err2 := c.send(ctx, http.MethodPost, []string{"api", "projects", projectID, "assets"}, "", rb)
Expand Down

0 comments on commit 80539dc

Please sign in to comment.