Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ysmoradi committed Dec 23, 2024
1 parent 8452add commit a9593e5
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
namespace Boilerplate.Client.Core.Services;

public partial class ClientPubSubMessages
//#if (api == "Integrated")
//#if (signalR == true)
: SharedPubSubMessages
//#endif
{
Expand All @@ -30,7 +30,7 @@ public partial class ClientPubSubMessages
public const string NAVIGATE_TO = nameof(NAVIGATE_TO);
public const string SHOW_DIAGNOSTIC_MODAL = nameof(SHOW_DIAGNOSTIC_MODAL);

//#if (api != "Integrated")
//#if (signalR != true)
public const string PROFILE_UPDATED = nameof(PROFILE_UPDATED);
//#endif
}

0 comments on commit a9593e5

Please sign in to comment.