Skip to content

Commit

Permalink
analizators/s1905
Browse files Browse the repository at this point in the history
  • Loading branch information
SuhorukovAnton committed Jan 21, 2022
1 parent 143f0a5 commit ca658e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion common/ASC.Data.Storage/WebPath.cs
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ public string GetPath(HttpContext httpContext, IOptionsMonitor<ILog> options, st
Appender appender;
if (avaliableAppendersCount > 1)
{
appender = avaliableAppenders[(int)(relativePath.Length % avaliableAppendersCount)];
appender = avaliableAppenders[(relativePath.Length % avaliableAppendersCount)];
}
else if (avaliableAppendersCount == 1)
{
Expand Down

0 comments on commit ca658e4

Please sign in to comment.