pull/1523/head
stackcn 2021-11-03 10:36:40 +08:00 committed by GitHub
parent 58d1b3f9c0
commit c3536cb8ce
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -42,7 +42,7 @@ public class GitThemeUpdater implements ThemeUpdater {
// get theme property
final var oldThemeProperty = themeRepository.fetchThemePropertyByThemeId(themeId)
.orElseThrow(
() -> new NotFoundException("主题 " + themeId + " 不存在或删除!").setErrorData(themeId));
() -> new NotFoundException("主题 " + themeId + " 不存在或删除!").setErrorData(themeId));
// get update config
final var gitRepo = oldThemeProperty.getRepo();