diff options
author | usodhi <61431818+usodhi@users.noreply.github.com> | 2020-07-30 23:32:46 +0530 |
---|---|---|
committer | usodhi <61431818+usodhi@users.noreply.github.com> | 2020-07-30 23:32:46 +0530 |
commit | 03583b6a00f9625715df796773d8f1cac76a1727 (patch) | |
tree | 1e27b5cd3ed8e1772ffc6e4fbfd222f273e22753 /src/client/documents/DocumentTypes.ts | |
parent | 626c7b04dcfff293a2a30ed059e661100143199b (diff) | |
parent | a9ec139961b0262698851cd7e2dd3430a0acddd7 (diff) |
Merge branch 'master' of https://github.com/browngraphicslab/Dash-Web into acls_uv
Diffstat (limited to 'src/client/documents/DocumentTypes.ts')
-rw-r--r-- | src/client/documents/DocumentTypes.ts | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/client/documents/DocumentTypes.ts b/src/client/documents/DocumentTypes.ts index 7578b7df0..985fcce11 100644 --- a/src/client/documents/DocumentTypes.ts +++ b/src/client/documents/DocumentTypes.ts @@ -36,6 +36,5 @@ export enum DocumentType { LINKDB = "linkdb", // database of links ??? why do we have this SCRIPTDB = "scriptdb", // database of scripts - RECOMMENDATION = "recommendation", // view of a recommendation GROUPDB = "groupdb" // database of groups }
\ No newline at end of file |