This commit is contained in:
Asier Isayas 2025-03-24 16:49:21 -04:00
parent cad718acc4
commit 228f412406

View File

@ -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)) {