Skip to content

Commit

Permalink
Update DatabaseShellsSettingsSources.cs
Browse files Browse the repository at this point in the history
  • Loading branch information
vengi83644 authored and github-actions committed Nov 25, 2024
1 parent 6cf1f03 commit 491818b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ public async Task AddSourcesAsync(IConfigurationBuilder builder)
if (document.ShellsSettings is not null)
{
var shellsSettingsString = document.ShellsSettings.ToJsonString(JOptions.Default);
builder.AddTenantJsonStream(new MemoryStream(Encoding.UTF8.GetBytes(shellSettingsString)));
builder.AddTenantJsonStream(new MemoryStream(Encoding.UTF8.GetBytes(shellsSettingsString)));
}
}

Expand Down

0 comments on commit 491818b

Please sign in to comment.