From 228f41240672fe5d2c6a1cc5965d0119d90a923b Mon Sep 17 00:00:00 2001 From: Asier Isayas Date: Mon, 24 Mar 2025 16:49:21 -0400 Subject: [PATCH] debug --- src/SelfServe/Decorators.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/SelfServe/Decorators.tsx b/src/SelfServe/Decorators.tsx index ff970839e..fce00c821 100644 --- a/src/SelfServe/Decorators.tsx +++ b/src/SelfServe/Decorators.tsx @@ -226,7 +226,7 @@ export const RefreshOptions = (refreshParams: RefreshParams): ClassDecorator => }; }; -const getTargetName = (target: TFunction | object): string => { +const getTargetName = (target: TFunction | Object): string => { const targetString: string = target.toString(); let targetName: string; if (targetString.includes(SelfServeType.example)) {