aboutsummaryrefslogtreecommitdiffstats
path: root/src/api/views.py
diff options
context:
space:
mode:
authorJustin Choquette <jchoquette@iol.unh.edu>2023-08-18 15:50:38 -0400
committerJustin Choquette <jchoquette@iol.unh.edu>2023-08-21 14:35:34 -0400
commit4ecf03b0a8517a8323dd888fc74e371aab41ba67 (patch)
treebd39333365e064baa0dfca71a5172b88a8b4a414 /src/api/views.py
parentecadb07367d31c0929212618e120130f54af78da (diff)
minor status changes
Change-Id: Ia29c2879ddea67bdb6b30c4e871d8cb97be38d41 Signed-off-by: Justin Choquette <jchoquette@iol.unh.edu>
Diffstat (limited to 'src/api/views.py')
-rw-r--r--src/api/views.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/api/views.py b/src/api/views.py
index dbe00e8..fab78ee 100644
--- a/src/api/views.py
+++ b/src/api/views.py
@@ -575,7 +575,7 @@ def get_booking_status(bookingObject):
return json.loads(response.content)
except:
print("failed to get status")
- return []
+ return {}
def liblaas_end_booking(aggregateId):
liblaas_url = liblaas_base_url + "booking/" + str(aggregateId) + "/end"