email 주소를 제대로 못읽는 문제 수정

This commit is contained in:
2023-05-30 16:30:01 +09:00
parent 4347909aab
commit 827abf34fe
3 changed files with 16 additions and 12 deletions

View File

@ -123,7 +123,7 @@ func (caller apiCaller) getAccessableServices() ([]*serviceDescription, []string
return nil, nil
}
email := v.(string)
email = v.(string)
_, admin = caller.admins[email]
}