Skip to content

Commit

Permalink
Remove semi-colon
Browse files Browse the repository at this point in the history
  • Loading branch information
myieye committed Nov 19, 2024
1 parent 7464218 commit e1cde72
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion backend/FwLite/LocalWebApp/Auth/AuthHelpersFactory.cs
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,6 @@ public AuthHelpers GetHelper(LexboxServer server)
/// </summary>
public AuthHelpers GetHelper(ProjectData project)
{
;
var originDomain = project.OriginDomain;
if (string.IsNullOrEmpty(originDomain)) throw new InvalidOperationException("No origin domain in project data");
return GetHelper(options.Value.GetServer(project));
Expand Down

0 comments on commit e1cde72

Please sign in to comment.