This commit is contained in:
tobi 2021-08-26 17:46:24 +02:00 committed by GitHub
parent 14ebc94fd9
commit 2eefaa0227
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -246,6 +246,7 @@ func (a *adminDB) CreateInstanceInstance(ctx context.Context) db.Error {
}
if exists {
a.log.Infof("instance entry already exists")
return nil
}
iID, err := id.NewRandomULID()