mirror of
https://github.com/gravitl/netmaker.git
synced 2025-09-06 21:24:16 +08:00
fix rebase errors
This commit is contained in:
parent
f63ed23b61
commit
6a4464aaa3
2 changed files with 2 additions and 0 deletions
|
@ -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,
|
||||
)
|
||||
|
|
|
@ -146,6 +146,7 @@ func updateEnrollmentKeys() {
|
|||
time.Time{},
|
||||
[]string{network.NetID},
|
||||
[]string{network.NetID},
|
||||
[]models.TagID{},
|
||||
true,
|
||||
uuid.Nil,
|
||||
)
|
||||
|
|
Loading…
Add table
Reference in a new issue