mirror of
https://github.com/GSA/notifications-api.git
synced 2025-12-09 06:32:11 -05:00
code review feedback
This commit is contained in:
@@ -60,8 +60,6 @@ def get_most_recent_inbound_sms_for_service(service_id):
|
||||
results = dao_get_paginated_most_recent_inbound_sms_by_user_number_for_service(
|
||||
service_id, int(page), limit_days
|
||||
)
|
||||
print(f"RESULTS ITEMS {results.items}")
|
||||
print(f"RESULTS HAS_NEXT {results.has_next}")
|
||||
try:
|
||||
x = jsonify(
|
||||
data=[row.serialize() for row in results.items], has_next=results.has_next()
|
||||
|
||||
Reference in New Issue
Block a user