Skip to content

Commit b4ddab3

Browse files
committed
테마 다운로드 시 이름 업로드 시 이름으로 설정
1 parent c805dbc commit b4ddab3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/src/main/kotlin/theme/service/TimetableThemeService.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -214,7 +214,7 @@ class TimetableThemeServiceImpl(
214214
val downloadedTheme =
215215
theme.copy(
216216
id = null,
217-
name = name,
217+
name = theme.publishInfo!!.publishName,
218218
userId = downloadedUserId,
219219
origin =
220220
ThemeOrigin(

0 commit comments

Comments
 (0)