From c34c3be9d04b03d9e036893b2f3d4772930ae0d3 Mon Sep 17 00:00:00 2001 From: Ryan Peters Date: Thu, 13 Oct 2022 18:50:27 +0000 Subject: [PATCH] updated bus list to include activity bus --- BinaryDad.AacpsBusAlert.Services/users.json | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/BinaryDad.AacpsBusAlert.Services/users.json b/BinaryDad.AacpsBusAlert.Services/users.json index 7c96273..a254bda 100644 --- a/BinaryDad.AacpsBusAlert.Services/users.json +++ b/BinaryDad.AacpsBusAlert.Services/users.json @@ -6,12 +6,17 @@ { "Id": "bfed1017-be53-42f9-bb46-ddbf27d4270f", "BusNumber": 203, - "Label": "Con's bus'" + "Label": "Con's Bus'" + }, + { + "Id": "bfed1017-be53-42f9-bb46-ddbf27d4270f", + "BusNumber": 203, + "Label": "Con's Activity Bus'" }, { "Id": "bfed1017-be53-42f9-bb46-ddbf27d4270f", "BusNumber": 365, - "Label": "Cam's bus'" + "Label": "Cam's Bus'" } ] }