Fix JSDoc errors: remove unsupported @constant tags and correct @param names

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-03-10 10:20:05 +08:00
co-authored by Claude Opus 4.6
parent 093eabaea3
commit 97748bea60
5 changed files with 21 additions and 21 deletions
+1 -1
View File
@@ -231,7 +231,7 @@ export const useFilesStore = defineStore("filesStore", {
* Rename a Log
* @param {string} type - The file type ('log', 'filter', 'log-check', or 'filter-check').
* @param {number} id - The file ID.
* @param {string} name - The file name.
* @param {string} fileName - The file name.
*/
async rename(type, id, fileName) {
// If uploadLogId exists, set id and type accordingly; then check the file type.