mirror of
https://github.com/cgrates/cgrates.git
synced 2026-02-16 13:49:53 +05:00
Merge pull request #499 from brendangilmore/master
Fix Tenant typo in error message
This commit is contained in:
@@ -48,6 +48,7 @@ information, please see the [`CONTRIBUTING.md`](CONTRIBUTING.md) file.
|
||||
| @razvancrainea | Răzvan Crainea |
|
||||
| @marcinkowalczyk | Marcin Kowalczyk |
|
||||
| @andmar | André Maricato |
|
||||
| @brendangilmore | Brendan Gilmore |
|
||||
<!-- to sign, include a single line above this comment containing the following text:
|
||||
| @username | First Last |
|
||||
-->
|
||||
|
||||
@@ -28,7 +28,7 @@ import (
|
||||
|
||||
func (self *ApierV2) GetAccounts(attr utils.AttrGetAccounts, reply *[]*engine.Account) error {
|
||||
if len(attr.Tenant) == 0 {
|
||||
return utils.NewErrMandatoryIeMissing("Tenanat")
|
||||
return utils.NewErrMandatoryIeMissing("Tenant")
|
||||
}
|
||||
var accountKeys []string
|
||||
var err error
|
||||
|
||||
Reference in New Issue
Block a user