Skip to content

Commit

Permalink
fix(coordinator): Fix the bug that when closing, it doesn't delete (#99)
Browse files Browse the repository at this point in the history
Signed-off-by: Flc゛ <[email protected]>
  • Loading branch information
flc1125 authored Feb 15, 2024
1 parent c57bd61 commit 6b26e35
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion coordinator/manager.go
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@ func (m *Manager) Close(identifier string) {

if c, ok := m.coordinators[identifier]; ok {
c.Close()
delete(m.coordinators, identifier)
}
}

Expand Down

0 comments on commit 6b26e35

Please sign in to comment.