Merge remote-tracking branch 'refs/remotes/origin/master'

This commit is contained in:
2024-04-30 15:50:09 +02:00

View File

@@ -22,7 +22,7 @@ export const stats = readable(
results,
(set) => {
start_sock(set)
return stop_sock
return () => stop_sock(set)
},
);