goby-database 1.0.7 → 1.0.8

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/index.js +1 -1
  2. package/package.json +1 -1
package/index.js CHANGED
@@ -822,7 +822,7 @@ class Project{
822
822
  }
823
823
 
824
824
  action_remove_from_workspace_and_delete(workspace_id,block_id,blocktype,concept_id){
825
- action_remove_workspace_block({workspace_id,block_id});
825
+ this.action_remove_workspace_block({workspace_id,block_id});
826
826
  switch(blocktype){
827
827
  case 'item':
828
828
  this.action_delete_item_from_root(concept_id);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "goby-database",
3
- "version": "1.0.7",
3
+ "version": "1.0.8",
4
4
  "description": "This will hold the core better-sqlite3-powered application for creating and modifying goby databases",
5
5
  "main": "index.js",
6
6
  "scripts": {