mirror of
https://github.com/superseriousbusiness/gotosocial
synced 2024-11-10 06:54:16 +00:00
oops (#157)
This commit is contained in:
parent
14ebc94fd9
commit
2eefaa0227
1 changed files with 1 additions and 0 deletions
|
@ -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()
|
||||
|
|
Loading…
Reference in a new issue