mirror of
https://github.com/HeyPuter/puter.git
synced 2025-02-02 23:28:39 +08:00
clean: cleanup copy and move
This commit is contained in:
parent
e208b99d21
commit
8045d60e88
@ -1,6 +1,4 @@
|
||||
const FSNodeParam = require('../../api/filesystem/FSNodeParam');
|
||||
const { HLCopy } = require('../../filesystem/hl_operations/hl_copy');
|
||||
const { validate_signature_auth } = require('../../helpers');
|
||||
|
||||
module.exports = async function writeFile_handle_copy ({
|
||||
api,
|
||||
|
@ -1,6 +1,4 @@
|
||||
const FSNodeParam = require("../../api/filesystem/FSNodeParam");
|
||||
const { HLMove } = require("../../filesystem/hl_operations/hl_move");
|
||||
const { validate_signature_auth } = require("../../helpers");
|
||||
|
||||
module.exports = async function writeFile_handle_move ({
|
||||
api,
|
||||
|
Loading…
Reference in New Issue
Block a user