1
0
forked from JOJ/JOJ3

chore(cmd/joj3): CAPITALIZE actor name spaceholder

This commit is contained in:
张泊明518370910136 2025-07-02 13:02:26 -04:00
parent 386b1c0fd6
commit a22a48ec3d
Signed by untrusted user: 张泊明518370910136
GPG Key ID: D47306D7062CDA9D

View File

@ -57,7 +57,7 @@ func (h *multiHandler) WithGroup(name string) slog.Handler {
func newSlogAttrs(csvPath string) []slog.Attr {
actor := env.GetActor()
actorName := fmt.Sprintf("Name(%s)", actor)
actorName := fmt.Sprintf("NAME(%s)", actor)
actorID := fmt.Sprintf("ID(%s)", actor)
if csvPath != "" {