Missed nullable

This commit is contained in:
barelyprofessional
2025-09-10 20:19:21 -05:00
parent 958286a1ea
commit 9d0ee6e091

View File

@@ -38,7 +38,7 @@ public class BotServices
private DLive? _dliveStatusCheck; private DLive? _dliveStatusCheck;
private PeerTube? _peerTubeStatusCheck; private PeerTube? _peerTubeStatusCheck;
private Owncast? _owncastStatusCheck; private Owncast? _owncastStatusCheck;
private ShuffleDotUs _shuffleDotUs; private ShuffleDotUs? _shuffleDotUs;
private Task? _websocketWatchdog; private Task? _websocketWatchdog;
private Task? _howlggGetUserTimer; private Task? _howlggGetUserTimer;