Skip to content

Commit 5760279

Browse files
committed
Updates
1 parent be9f2b3 commit 5760279

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

ShinyWonderland/Handlers/GetRideTimesRequestHandler.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ static List<RideTime> MergeData(EntityLiveDataResponse liveData, EntityChildrenR
6565
if (pwt != null)
6666
paidWaitTime = Convert.ToInt32(pwt);
6767

68-
open = live.Status == LiveStatusType.OPERATING;
68+
open = live.Status == EntityLiveDataStatus.OPERATING;
6969
}
7070

7171
var lastRide = lastRides.FirstOrDefault(x => x.RideId == rideInfo.Id)?.Timestamp;

ShinyWonderland/ShinyWonderland.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -121,8 +121,8 @@
121121
<PackageReference Include="Shiny.Extensions.DependencyInjection" Version="1.3.1" />
122122
<PackageReference Include="Shiny.Reflector" Version="1.7.0"/>
123123
<PackageReference Include="Shiny.Maui.Shell" Version="1.1.1" />
124-
<PackageReference Include="Shiny.Mediator.Maui" Version="5.1.1" />
125-
<PackageReference Include="Shiny.Mediator.Sentry" Version="5.1.1" />
124+
<PackageReference Include="Shiny.Mediator.Maui" Version="6.0.0-beta-0003" />
125+
<PackageReference Include="Shiny.Mediator.Sentry" Version="6.0.0-beta-0003" />
126126
<PackageReference Include="Shiny.Locations" Version="$(ShinyVersion)"/>
127127
<PackageReference Include="Shiny.Jobs" Version="$(ShinyVersion)"/>
128128
<PackageReference Include="Shiny.Notifications" Version="$(ShinyVersion)"/>

0 commit comments

Comments
 (0)