Skip to content

Commit

Permalink
Merge branch 'doc-error' into refactor-module
Browse files Browse the repository at this point in the history
# Conflicts:
#	src/BootstrapBlazor/Services/WebClientService.cs
  • Loading branch information
ArgoZhang committed Feb 3, 2025
2 parents 2c4f9fd + 7398ea4 commit fa7ed71
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/BootstrapBlazor/Services/WebClientService.cs
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ public async Task<ClientInfo> GetClientInfo()

try
{
_jsModule ??= await runtime.LoadModule("./_content/BootstrapBlazor/modules/client.js");
_jsModule ??= await runtime.LoadModuleByName("client");
_interop ??= DotNetObjectReference.Create(this);
await _jsModule.InvokeVoidAsync("ping", "ip.axd", _interop, nameof(SetData));

Expand Down

0 comments on commit fa7ed71

Please sign in to comment.