mirror of
https://github.com/yusing/godoxy.git
synced 2026-03-26 19:11:08 +01:00
fix: revert rename
This commit is contained in:
@@ -51,7 +51,7 @@ func toBool(v uint32) bool {
|
||||
|
||||
func (t *Task) callbackList() []map[string]any {
|
||||
list := make([]map[string]any, 0, len(t.callbacks))
|
||||
for cb, _ := range t.callbacks {
|
||||
for cb := range t.callbacks {
|
||||
list = append(list, map[string]any{
|
||||
"about": cb.about,
|
||||
"wait_children": cb.waitChildren,
|
||||
|
||||
Reference in New Issue
Block a user