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:
+1
-1
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user