mirror of
1
Fork 0
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
1 changed files with 1 additions and 0 deletions

View File

@ -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()