mirror of
https://github.com/Azure/cosmos-explorer.git
synced 2025-04-14 21:58:14 +01:00
debug
This commit is contained in:
parent
cad718acc4
commit
228f412406
@ -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)) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user