Bring back repository store

This commit is contained in:
Jon Staab
2025-05-05 15:38:48 -07:00
parent 6589886df2
commit 9e8dc7b26d
4 changed files with 24 additions and 12 deletions
-1
View File
@@ -122,7 +122,6 @@ export class Socket extends EventEmitter {
close = () => {
this._ws?.close()
this._ws = undefined
this._sendQueue.clear()
}
cleanup = () => {