Skip to content

Commit

Permalink
fix: typo
Browse files Browse the repository at this point in the history
  • Loading branch information
MistEO committed Jan 16, 2025
1 parent f9b4949 commit d2c4faf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/database/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ class Meta:
primary_key = CompositeKey("platform", "order_id")


class CheckIn(Plan):
class CheckIn(Model):
cdk = ForeignKeyField(Bill, field="cdk", backref="check_in")
activated_at = DateTimeField()
application = CharField()
Expand Down

0 comments on commit d2c4faf

Please sign in to comment.