mirror of
https://github.com/HeyPuter/puter.git
synced 2025-02-03 07:48:46 +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 { HLCopy } = require('../../filesystem/hl_operations/hl_copy');
|
||||||
const { validate_signature_auth } = require('../../helpers');
|
|
||||||
|
|
||||||
module.exports = async function writeFile_handle_copy ({
|
module.exports = async function writeFile_handle_copy ({
|
||||||
api,
|
api,
|
||||||
|
@ -1,6 +1,4 @@
|
|||||||
const FSNodeParam = require("../../api/filesystem/FSNodeParam");
|
|
||||||
const { HLMove } = require("../../filesystem/hl_operations/hl_move");
|
const { HLMove } = require("../../filesystem/hl_operations/hl_move");
|
||||||
const { validate_signature_auth } = require("../../helpers");
|
|
||||||
|
|
||||||
module.exports = async function writeFile_handle_move ({
|
module.exports = async function writeFile_handle_move ({
|
||||||
api,
|
api,
|
||||||
|
Loading…
Reference in New Issue
Block a user