Fix undefined function call in deconstructor
This commit is contained in:
@@ -22,7 +22,7 @@ export const stats = readable(
|
||||
results,
|
||||
(set) => {
|
||||
start_sock(set)
|
||||
return stop_sock
|
||||
return () => stop_sock(set)
|
||||
},
|
||||
);
|
||||
|
||||
|
Reference in New Issue
Block a user