Skip to content

Commit 15a616c

Browse files
authored
Merge pull request #367 from wafflestudio/develop
Release
2 parents a538116 + b4ddab3 commit 15a616c

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)