oops (#157)
This commit is contained in:
parent
14ebc94fd9
commit
2eefaa0227
|
@ -246,6 +246,7 @@ func (a *adminDB) CreateInstanceInstance(ctx context.Context) db.Error {
|
||||||
}
|
}
|
||||||
if exists {
|
if exists {
|
||||||
a.log.Infof("instance entry already exists")
|
a.log.Infof("instance entry already exists")
|
||||||
|
return nil
|
||||||
}
|
}
|
||||||
|
|
||||||
iID, err := id.NewRandomULID()
|
iID, err := id.NewRandomULID()
|
||||||
|
|
Loading…
Reference in New Issue