Skip to content

Commit

Permalink
Fixed wording for registration status
Browse files Browse the repository at this point in the history
  • Loading branch information
Satendra-SR committed Jun 23, 2021
1 parent 2c7461f commit 4a8c03c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/models/registration.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ class Registration(TimestampMixin, db.Model):

class RegistrationStatus(object):
PENDING = "pending"
INCOMPLETE = "in-complete"
INCOMPLETE = "incomplete"
COMPLETE = "complete"

id = db.Column(db.Integer, primary_key=True)
Expand Down

0 comments on commit 4a8c03c

Please sign in to comment.