This commit is contained in:
Baobhan Sith
2025-05-16 14:12:31 +08:00
parent 162eb0cc91
commit 98600c8961
8 changed files with 46 additions and 13 deletions
-1
View File
@@ -190,7 +190,6 @@ CREATE TABLE IF NOT EXISTS quick_command_tag_associations (
);
`;
// --- End Quick Command Tags ---
// 从 database.ts 移动过来的,保持一致性
@@ -216,4 +216,4 @@ export class NotificationController {
res.status(500).json({ message: i18next.t('notificationController.errorTriggerTest'), error: error.message });
}
};
} // End of class NotificationController
}