removing unintended commit

This commit is contained in:
Hossein Shafagh 2019-09-20 15:22:45 -07:00
parent 8c9a1df2cf
commit 96b2149433
1 changed files with 2 additions and 2 deletions

View File

@ -46,10 +46,10 @@ class PendingCertificateOutputSchema(LemurOutputSchema):
# Note aliasing is the first step in deprecating these fields.
notify = fields.Boolean()
active = fields.Boolean(attribute="notify", dump_only=True)
active = fields.Boolean(attribute="notify")
cn = fields.String()
common_name = fields.String(attribute="cn", dump_only=True)
common_name = fields.String(attribute="cn")
owner = fields.Email()