diff options
author | bobzel <zzzman@gmail.com> | 2023-07-10 20:30:39 -0400 |
---|---|---|
committer | bobzel <zzzman@gmail.com> | 2023-07-10 20:30:39 -0400 |
commit | bf2eb58ec337eb32f4bdcca1db08c43d5a97f15a (patch) | |
tree | c8fccb56e0c09fa082693ce2c71684dd120979e0 /src/client/documents/DocumentTypes.ts | |
parent | 2f4c55bf026a249910e90451a173234934ebca01 (diff) |
fixed acl groups from disappearing when new account is made.
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 cdc8c275c..6cd8de87a 100644 --- a/src/client/documents/DocumentTypes.ts +++ b/src/client/documents/DocumentTypes.ts @@ -42,7 +42,6 @@ export enum DocumentType { COMPARISON = 'comparison', GROUP = 'group', - LINKDB = 'linkdb', // database of links ??? why do we have this SCRIPTDB = 'scriptdb', // database of scripts GROUPDB = 'groupdb', // database of groups } |