doorcontrol: Fix typo in Door.card_formats
All checks were successful
Ruff / ruff (push) Successful in 1m25s
Test / test (push) Successful in 6m53s

This commit is contained in:
Adam Goldsmith 2024-03-07 10:49:28 -05:00
parent e83c9c0d36
commit 5aadcccb2c

View File

@ -34,7 +34,7 @@ class Door(models.Model):
@cached_property
def card_formats(self):
return self.controller.get_card_formats()
return self.controller.get_cardFormats()
@cached_property
def schedules_map(self):