commit 2eefaa0227798635baac647b1ac3bc68cdd0e98f parent 14ebc94fd97dcbe19f524e6da3cd1f0340e87ec9 Author: tobi <31960611+tsmethurst@users.noreply.github.com> Date: Thu, 26 Aug 2021 17:46:24 +0200 oops (#157) Diffstat:
M | internal/db/bundb/admin.go | | | 1 | + |
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git a/internal/db/bundb/admin.go b/internal/db/bundb/admin.go @@ -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()