3
0

upd(messaging): serviceError update

This commit is contained in:
Tit Petric
2019-02-05 15:41:04 +01:00
parent 94c6f4c94e
commit 440d3514ed

View File

@@ -5,5 +5,5 @@ type (
)
func (e serviceError) Error() string {
return "crust.sam.service." + string(e)
return "crust.messaging.service." + string(e)
}