Skip to content

Commit

Permalink
Fix spelling in Item jsonData
Browse files Browse the repository at this point in the history
  • Loading branch information
Justin Campbell committed Jul 27, 2020
1 parent d88c179 commit 88b41a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/ECNQueue.py
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ def __init__(self, queue: str, number: int) -> None:
"subject": self.subject,
"status": self.status,
"priority": self.priority,
"deparment": self.department,
"department": self.department,
"building": self.building,
"dateReceived": self.dateReceived
}
Expand Down

0 comments on commit 88b41a7

Please sign in to comment.