chore: tweak wording

This commit is contained in:
Steven 2024-06-03 08:59:46 +08:00
parent 970bd9afb0
commit a4408bff0e

View File

@ -179,7 +179,7 @@ func (s *APIV1Service) CreateShortcut(ctx context.Context, request *apiv1pb.Crea
response := &apiv1pb.CreateShortcutResponse{ response := &apiv1pb.CreateShortcutResponse{
Shortcut: composedShortcut, Shortcut: composedShortcut,
} }
metric.Enqueue("Shortcut create") metric.Enqueue("shortcut create")
return response, nil return response, nil
} }