mirror of
https://github.com/gravitl/netmaker.git
synced 2025-10-16 13:51:42 +08:00
fix rebase errors
This commit is contained in:
@@ -240,6 +240,7 @@ func CreateNetwork(network models.Network) (models.Network, error) {
|
|||||||
time.Time{},
|
time.Time{},
|
||||||
[]string{network.NetID},
|
[]string{network.NetID},
|
||||||
[]string{network.NetID},
|
[]string{network.NetID},
|
||||||
|
[]models.TagID{},
|
||||||
true,
|
true,
|
||||||
uuid.Nil,
|
uuid.Nil,
|
||||||
)
|
)
|
||||||
|
@@ -146,6 +146,7 @@ func updateEnrollmentKeys() {
|
|||||||
time.Time{},
|
time.Time{},
|
||||||
[]string{network.NetID},
|
[]string{network.NetID},
|
||||||
[]string{network.NetID},
|
[]string{network.NetID},
|
||||||
|
[]models.TagID{},
|
||||||
true,
|
true,
|
||||||
uuid.Nil,
|
uuid.Nil,
|
||||||
)
|
)
|
||||||
|
Reference in New Issue
Block a user