refactor: fix types

This commit is contained in:
syuilo
2023-02-09 11:46:08 +09:00
parent 33c4e57994
commit 76faec2115
4 changed files with 5 additions and 6 deletions

View File

@@ -5,7 +5,7 @@ import { DI } from '@/di-symbols.js';
import { bindThis } from '@/decorators.js';
import { CreateNotificationService } from '@/core/CreateNotificationService.js';
const ACHIEVEMENT_TYPES = [
export const ACHIEVEMENT_TYPES = [
'notes1',
'notes10',
'notes100',