Skip to content

Commit 2d6150f

Browse files
committed
docs(files): update edit file jsdoc
1 parent fb3230e commit 2d6150f

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/modules/files.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
import { join } from "path";
21
import { readFile } from "fs/promises";
2+
import { join } from "path";
33

44
import { assertPathLike, assertString } from "@/assertions/literal";
55
import { Routes } from "@/lib/routes";
@@ -76,7 +76,6 @@ export class FilesModule {
7676
* Edits an existing file (same as create)
7777
*
7878
* @param file - The file content
79-
* @param fileName - The file name with extension
8079
* @param path - The absolute file path
8180
*/
8281
async edit(file: string | Buffer, path = "/") {

0 commit comments

Comments
 (0)