Skip to content

Commit

Permalink
Merge branch 'master' into dev
Browse files Browse the repository at this point in the history
  • Loading branch information
4sval committed May 26, 2024
2 parents 244462c + 0b11888 commit eb3f302
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions FModel/Settings/EndpointSettings.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
using System.Linq;
using System.Linq;
using FModel.Framework;
using FModel.ViewModels.ApiEndpoints;
using Newtonsoft.Json;
Expand Down Expand Up @@ -106,4 +106,4 @@ public void TryValidate(DynamicApiEndpoint endpoint, EEndpointType type, out JTo
}
}
}
}
}

0 comments on commit eb3f302

Please sign in to comment.