mirror of
https://github.com/cgrates/cgrates.git
synced 2026-02-24 16:48:45 +05:00
fs event returning *out
This commit is contained in:
@@ -80,7 +80,7 @@ func (fsev FSEvent) GetName() string {
|
||||
}
|
||||
func (fsev FSEvent) GetDirection() string {
|
||||
//TODO: implement direction
|
||||
return "OUT"
|
||||
return "*out"
|
||||
//return fsev[DIRECTION]
|
||||
}
|
||||
func (fsev FSEvent) GetOrigId() string {
|
||||
|
||||
Reference in New Issue
Block a user