diff --git a/helper/resources.go b/helper/resources.go index bdfd9ee..0d30014 100644 --- a/helper/resources.go +++ b/helper/resources.go @@ -18,6 +18,7 @@ func CreateResource(ctx context.Context, c *api.Client, folderParentID, name, us for _, tmp := range types { if tmp.Slug == "password-and-description" { rType = &tmp + break } } if rType == nil {