From a61404decc59596a5ea501a29f892fc7889d9d5c Mon Sep 17 00:00:00 2001 From: Jonathan Barrow Date: Sun, 29 Oct 2023 00:57:53 -0400 Subject: [PATCH] update pResults success code in GetMetasMultipleParam --- nex/datastore/get_metas_multiple_param.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nex/datastore/get_metas_multiple_param.go b/nex/datastore/get_metas_multiple_param.go index 899ffb8..619c649 100644 --- a/nex/datastore/get_metas_multiple_param.go +++ b/nex/datastore/get_metas_multiple_param.go @@ -87,7 +87,7 @@ func GetMetasMultipleParam(err error, client *nex.Client, callID uint32, params pResults = append(pResults, nex.NewResultError(errCode)) } else { - pResults = append(pResults, nex.NewResultSuccess(nex.Errors.Core.Unknown)) + pResults = append(pResults, nex.NewResultSuccess(nex.Errors.DataStore.Unknown)) } // * This is kind of backwards.