Skip to content

Commit

Permalink
fix rebase errors
Browse files Browse the repository at this point in the history
  • Loading branch information
abhishek9686 committed Oct 30, 2024
1 parent f63ed23 commit 6a4464a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions logic/networks.go
Original file line number Diff line number Diff line change
Expand Up @@ -240,6 +240,7 @@ func CreateNetwork(network models.Network) (models.Network, error) {
time.Time{},
[]string{network.NetID},
[]string{network.NetID},
[]models.TagID{},
true,
uuid.Nil,
)
Expand Down
1 change: 1 addition & 0 deletions migrate/migrate.go
Original file line number Diff line number Diff line change
Expand Up @@ -146,6 +146,7 @@ func updateEnrollmentKeys() {
time.Time{},
[]string{network.NetID},
[]string{network.NetID},
[]models.TagID{},
true,
uuid.Nil,
)
Expand Down

0 comments on commit 6a4464a

Please sign in to comment.