Skip to content

Commit

Permalink
Merge pull request #94 from DNO-inc/bodya
Browse files Browse the repository at this point in the history
fix bug in anon app
  • Loading branch information
m-o-d-e-r authored Jul 11, 2023
2 parents c6aee7e + bf5ee10 commit 85273ce
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion burrito/apps/tickets/views.py
Original file line number Diff line number Diff line change
Expand Up @@ -644,7 +644,6 @@ async def tickets__get_bookmarked_tickets(
start_page=_filters.start_page,
tickets_count=_filters.items_count
)
print(expression)
response_list: list[TicketDetailInfoSchema] = []

for ticket in expression:
Expand Down
2 changes: 1 addition & 1 deletion burrito/schemas/anon_schema.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ class AnonTicketUsersInfoSchema(BaseModel):
user_id: int | None
firstname: str | None
lastname: str | None
login: str
login: str | None
faculty: FacultyResponseSchema
# role: str | None

Expand Down

0 comments on commit 85273ce

Please sign in to comment.