Polish 5 (#3365)
Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
parent
7ffb1fb25e
commit
06768bce3e
4 changed files with 11 additions and 6 deletions
|
@ -130,9 +130,12 @@ public class ServerSettingConverter : ITypeConverter<IEnumerable<ServerSetting>,
|
|||
destination.FirstInstallVersion = row.Value;
|
||||
break;
|
||||
case ServerSettingKey.LicenseKey:
|
||||
break;
|
||||
case ServerSettingKey.EnableAuthentication:
|
||||
case ServerSettingKey.EmailServiceUrl:
|
||||
case ServerSettingKey.ConvertBookmarkToWebP:
|
||||
case ServerSettingKey.ConvertCoverToWebP:
|
||||
default:
|
||||
throw new ArgumentOutOfRangeException();
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue