Skip to content

Commit

Permalink
Update pkg/edgedictionaryitem/update.go
Browse files Browse the repository at this point in the history
Add TODO for cleanup due to errors in the current go-fastly release.

Co-authored-by: Mark McDonnell <Integralist@users.noreply.github.com>
  • Loading branch information
benzvan and Integralist committed Dec 9, 2020
1 parent ade8a1f commit d7649dc
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions pkg/edgedictionaryitem/update.go
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,10 @@ type UpdateCommand struct {
}

// NewUpdateCommand returns a usable command registered under the parent.
//
// TODO(integralist) update to not use common.OptionalString once we have a
// new Go-Fastly release that modifies UpdateDictionaryItemInput so that the
// ItemValue is no longer optional.
func NewUpdateCommand(parent common.Registerer, globals *config.Data) *UpdateCommand {
var c UpdateCommand
c.Globals = globals
Expand Down

0 comments on commit d7649dc

Please sign in to comment.