aboutsummaryrefslogtreecommitdiff
path: root/src/modules/helpers
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/helpers
parentd31c635e6efc4013ea44a6676f832091c1763050 (diff)
downloadfaker-ff2dae48be1713db49e7d651529562a4c84a70e9.tar.xz
faker-ff2dae48be1713db49e7d651529562a4c84a70e9.zip
chore: remove potential future feature todos (#2959)
Diffstat (limited to 'src/modules/helpers')
-rw-r--r--src/modules/helpers/index.ts2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/modules/helpers/index.ts b/src/modules/helpers/index.ts
index 69a9995c..0f57f5af 100644
--- a/src/modules/helpers/index.ts
+++ b/src/modules/helpers/index.ts
@@ -1089,8 +1089,6 @@ export class SimpleHelpersModule extends SimpleModuleBase {
return [];
}
- // TODO @ST-DDT 2022-11-21: Add support for unique option
-
return Array.from({ length: count }, method);
}
}