mirror of
https://github.com/Azure/cosmos-explorer.git
synced 2025-04-22 01:24:21 +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();
|
const targetString: string = target.toString();
|
||||||
let targetName: string;
|
let targetName: string;
|
||||||
if (targetString.includes(SelfServeType.example)) {
|
if (targetString.includes(SelfServeType.example)) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user