refactor : adjust use case after mw refactored

This commit is contained in:
dpurbosakti
2025-08-22 15:18:25 +07:00
parent 7a032ff518
commit a4a0a4f672
49 changed files with 2331 additions and 2304 deletions
+1 -1
View File
@@ -49,7 +49,7 @@ func SetLogInfo(e *Event, data any, args ...string) {
Send()
}
func SetLogError(e Event, data any) error {
func SetLogError(e *Event, data any) error {
dataString, _ := json.Marshal(data)
msg := l.I.Msg(e.ErrInfo.Code)