Skip to content

Commit

Permalink
Merge branch '2.1.6.0' of https://github.com/christian-photo/ninaAPI
Browse files Browse the repository at this point in the history
…into 2.1.6.0
  • Loading branch information
christian-photo committed Feb 2, 2025
2 parents 0b19c79 + 6170b02 commit cfd98dc
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions ninaAPI/WebService/V2/Equipment/Dome.cs
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ This Source Code Form is subject to the terms of the Mozilla Public
using ninaAPI.WebService.V2.Equipment;
using System;
using System.Collections.Generic;
using System.Net.WebSockets;
using System.Threading;
using System.Threading.Tasks;

Expand Down Expand Up @@ -323,7 +322,6 @@ public void DomeSlew([QueryField] double azimuth)
try
{
IDomeMediator dome = AdvancedAPI.Controls.Dome;

if (!dome.GetInfo().Connected)
{
response = CoreUtility.CreateErrorTable(new Error("Dome not connected", 409));
Expand Down

0 comments on commit cfd98dc

Please sign in to comment.