Skip to content

Commit

Permalink
syntax fix for DocumentReferenceMEtadataFields
Browse files Browse the repository at this point in the history
  • Loading branch information
Scott Alexander committed Feb 26, 2024
1 parent 1ee9f30 commit e7612b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lambdas/enums/metadata_field_names.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ class DocumentReferenceMetadataFields(Enum):
TTL = "TTL"
TYPE = "Type"
VIRUS_SCANNER_RESULT = "VirusScannerResult"
CURRENT_GP_ODS = "CurrentGpOds",
CURRENT_GP_ODS = "CurrentGpOds"
UPLOADED = 'Uploaded'

@staticmethod
Expand Down

0 comments on commit e7612b6

Please sign in to comment.