From 153e0ca29742c42814a97117f7d976f23e93c0d4 Mon Sep 17 00:00:00 2001 From: Shinigami Date: Sun, 16 Apr 2023 16:07:16 +0200 Subject: chore: unify todos (#2063) --- src/modules/helpers/index.ts | 2 +- src/modules/helpers/unique.ts | 2 +- src/modules/image/providers/lorempicsum.ts | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) (limited to 'src/modules') diff --git a/src/modules/helpers/index.ts b/src/modules/helpers/index.ts index 937fe21c..0f1c93a8 100644 --- a/src/modules/helpers/index.ts +++ b/src/modules/helpers/index.ts @@ -1251,7 +1251,7 @@ export class HelpersModule { */ unique< Method extends ( - // TODO christopher 2023-02-14: This `any` type can be fixed by anyone if they want to. + // TODO @Shinigami92 2023-02-14: This `any` type can be fixed by anyone if they want to. // eslint-disable-next-line @typescript-eslint/no-explicit-any ...parameters: any[] ) => RecordKey diff --git a/src/modules/helpers/unique.ts b/src/modules/helpers/unique.ts index c6668137..8276c862 100644 --- a/src/modules/helpers/unique.ts +++ b/src/modules/helpers/unique.ts @@ -83,7 +83,7 @@ Try adjusting maxTime or maxRetries parameters for faker.helpers.unique().` */ export function exec< Method extends ( - // TODO christopher 2023-02-14: This `any` type can be fixed by anyone if they want to. + // TODO @Shinigami92 2023-02-14: This `any` type can be fixed by anyone if they want to. // eslint-disable-next-line @typescript-eslint/no-explicit-any ...parameters: any[] ) => RecordKey diff --git a/src/modules/image/providers/lorempicsum.ts b/src/modules/image/providers/lorempicsum.ts index b9189a0f..6299cf1b 100644 --- a/src/modules/image/providers/lorempicsum.ts +++ b/src/modules/image/providers/lorempicsum.ts @@ -101,7 +101,7 @@ export class LoremPicsum { since: '8.0', until: '9.0', }); - // TODO ST-DDT 2022-03-11: This method does the same as image url, maybe generate a seed, if it is missig? + // TODO @ST-DDT 2022-03-11: This method does the same as image url, maybe generate a seed, if it is missing? return this.imageUrl(width, height, grayscale, blur, seed); } -- cgit v1.2.3