Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ysmoradi committed Dec 5, 2024
1 parent 1fc420b commit 2446be0
Showing 1 changed file with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,6 @@ public async Task ShowDiagnostic()
PubSubService.Publish(ClientPubSubMessages.SHOW_DIAGNOSTIC_MODAL);
}


/// <summary>
/// you can add any other method like this to utilize the bridge between js and .net code.
/// </summary>
[JSInvokable(nameof(PublishMessage))]
public async Task PublishMessage(string message, string? payload)
{
Expand Down

0 comments on commit 2446be0

Please sign in to comment.