perf: replace koko category to luna

pull/15605/head
Eric 2025-06-19 15:44:29 +08:00 committed by ZhaoJiSen
parent 411b485448
commit 82f32cbba3
1 changed files with 1 additions and 1 deletions

View File

@ -369,7 +369,7 @@ class ConnectionTokenViewSet(AuthFaceMixin, ExtraActionApiMixin, RootOrgViewMixi
'terminal_theme_name': 'Default',
}
preferences_query = Preference.objects.filter(
user=user, category='koko', name__in=default_name_opts.keys()
user=user, category='luna', name__in=default_name_opts.keys()
).values_list('name', 'value')
preferences = dict(preferences_query)
for name in default_name_opts.keys():