mirror of
https://github.com/GSA/notifications-api.git
synced 2025-12-12 16:22:17 -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(
|
results = dao_get_paginated_most_recent_inbound_sms_by_user_number_for_service(
|
||||||
service_id, int(page), limit_days
|
service_id, int(page), limit_days
|
||||||
)
|
)
|
||||||
print(f"RESULTS ITEMS {results.items}")
|
|
||||||
print(f"RESULTS HAS_NEXT {results.has_next}")
|
|
||||||
try:
|
try:
|
||||||
x = jsonify(
|
x = jsonify(
|
||||||
data=[row.serialize() for row in results.items], has_next=results.has_next()
|
data=[row.serialize() for row in results.items], has_next=results.has_next()
|
||||||
|
|||||||
Reference in New Issue
Block a user