aboutsummaryrefslogtreecommitdiff
path: root/src/modules/system
diff options
context:
space:
mode:
authorST-DDT <[email protected]>2024-06-21 12:14:04 +0200
committerGitHub <[email protected]>2024-06-21 12:14:04 +0200
commitff2dae48be1713db49e7d651529562a4c84a70e9 (patch)
tree1833f5506084ecc593af5b3058e1138f0029a4f8 /src/modules/system
parentd31c635e6efc4013ea44a6676f832091c1763050 (diff)
downloadfaker-ff2dae48be1713db49e7d651529562a4c84a70e9.tar.xz
faker-ff2dae48be1713db49e7d651529562a4c84a70e9.zip
chore: remove potential future feature todos (#2959)
Diffstat (limited to 'src/modules/system')
-rw-r--r--src/modules/system/index.ts1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/modules/system/index.ts b/src/modules/system/index.ts
index 57d52ca2..aec3525e 100644
--- a/src/modules/system/index.ts
+++ b/src/modules/system/index.ts
@@ -205,7 +205,6 @@ export class SystemModule extends ModuleBase {
*
* @since 3.1.0
*/
- // TODO @prisis 2022-01-25: add a parameter to have the possibility to have one or two ext on file.
filePath(): string {
return `${this.directoryPath()}/${this.fileName()}`;
}