Skip to content

Commit

Permalink
Merge pull request #18 from passbolt/fix-create-resource-type
Browse files Browse the repository at this point in the history
Fix Create Resource Type ID
  • Loading branch information
speatzle authored Aug 10, 2023
2 parents e4537a8 + ce38d65 commit a9bd51e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions helper/resources.go
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit a9bd51e

Please sign in to comment.