sonar low

This commit is contained in:
Cindy Chang
2024-07-26 11:16:05 +08:00
parent a5f271ccc8
commit 47da80b424
4 changed files with 33 additions and 27 deletions

View File

@@ -214,7 +214,7 @@ export default defineStore('filesStore', {
break;
}
try {
const response = await axios.put(api, data);
await axios.put(api, data);
this.uploadFileName = null;
await this.fetchAllFiles();
} catch(error) {