Skip to content

Commit

Permalink
restore deleted line
Browse files Browse the repository at this point in the history
  • Loading branch information
tangowithfoxtrot authored Feb 21, 2024
1 parent eb39b6e commit e96bb3d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions languages/go/example/example.go
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,10 @@ func main() {
panic(err)
}

if _, err = bitwardenClient.Projects.Delete([]string{projectID}); err != nil {
panic(err)
}

secretIdentifiers, err := bitwardenClient.Secrets.List(organizationID.String())
if err != nil {
panic(err)
Expand Down

0 comments on commit e96bb3d

Please sign in to comment.