fix: missing trailing slash

This commit is contained in:
Methapon2001 2023-12-12 14:34:01 +07:00
parent 1a5cb2e62e
commit bc7e21d2ed
No known key found for this signature in database
GPG key ID: 849924FEF46BD132

View file

@ -235,7 +235,7 @@ export class SubFolderController extends Controller {
const io = getInstance();
io?.emit("DeleteFolder", {
pathname: `${cabinetName}/${drawerName}/${folderName}/${subFolderName}`,
pathname: `${cabinetName}/${drawerName}/${folderName}/${subFolderName}/`,
});
return this.setStatus(HttpStatusCode.NO_CONTENT);