diff options
author | bobzel <zzzman@gmail.com> | 2020-08-08 20:56:30 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-08-08 20:56:30 -0400 |
commit | 9f4a7ec5f79d9dec3a0ffb0b633197216cbefec8 (patch) | |
tree | 4b30cf8edfee0b2f315353329fde65b0b4585ae0 /src/server/database.ts | |
parent | 47e3170534393ab9e4140c18b32110f83753d817 (diff) | |
parent | 1733759b776f0596c3a8561d2c735a4b7c7d54d3 (diff) |
Merge pull request #517 from browngraphicslab/hypothesis_annotation
Hypothesis annotation
Diffstat (limited to 'src/server/database.ts')
-rw-r--r-- | src/server/database.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/server/database.ts b/src/server/database.ts index b7aa77f5d..41bf8b3da 100644 --- a/src/server/database.ts +++ b/src/server/database.ts @@ -304,7 +304,7 @@ export namespace Database { */ export enum AuxiliaryCollections { GooglePhotosUploadHistory = "uploadedFromGooglePhotos", - GoogleAccess = "googleAuthentication" + GoogleAccess = "googleAuthentication", } /** |