File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
- import { AdminWebsocket , AppClient , AppWebsocket } from '@holochain/client'
1
+ import { AppClient } from '@holochain/client'
2
2
import { removeProjectCellId } from '../redux/persistent/cells/actions'
3
3
import { CellIdString } from '../types/shared'
4
4
import { cellIdFromString } from '../utils'
@@ -9,7 +9,7 @@ export async function uninstallProject(
9
9
dispatch : any ,
10
10
appWs : AppClient
11
11
) {
12
- // await appWs.disableCloneCell({ clone_cell_id: cellIdFromString(cellId) })
13
- // // remove it from our redux state
14
- // dispatch(removeProjectCellId(cellId))
12
+ await appWs . disableCloneCell ( { clone_cell_id : cellIdFromString ( cellId ) [ 0 ] } )
13
+ // remove it from our redux state
14
+ dispatch ( removeProjectCellId ( cellId ) )
15
15
}
You can’t perform that action at this time.
0 commit comments