mirror of
https://github.com/optim-enterprises-bv/databunker.git
synced 2025-11-01 10:27:56 +00:00
fix typo
This commit is contained in:
@@ -25,7 +25,7 @@ func (dbobj dbcon) createRootXtoken(customRootXtoken string) (string, error) {
|
||||
return "", err
|
||||
}
|
||||
if len(rootToken) > 0 {
|
||||
return "already-initalized", nil
|
||||
return "already-initialized", nil
|
||||
}
|
||||
rootToken, err = uuid.GenerateUUID()
|
||||
if err != nil {
|
||||
|
||||
Reference in New Issue
Block a user