Skip to content

Commit

Permalink
Merge branch 'feature/new-networks-concept' into feature/new-networks…
Browse files Browse the repository at this point in the history
…-concept-events
  • Loading branch information
pascal-fischer authored Dec 18, 2024
2 parents 3eed5bb + b539350 commit 6ef7d8e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion management/server/networks/resources/manager.go
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,6 @@ func (m *managerImpl) CreateResource(ctx context.Context, userID string, resourc
return nil, fmt.Errorf("failed to create new network resource: %w", err)
}

// var network *networkTypes.Network
var eventsToStore []func()
err = m.store.ExecuteInTransaction(ctx, func(transaction store.Store) error {
_, err = transaction.GetNetworkResourceByName(ctx, store.LockingStrengthShare, resource.AccountID, resource.Name)
Expand Down

0 comments on commit 6ef7d8e

Please sign in to comment.