Skip to content

Commit 524afa5

Browse files
authored
Fix context macros (#1365)
1 parent 1931f55 commit 524afa5

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

packages/scenes/src/variables/macros/contextMacros.ts

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -25,10 +25,6 @@ export class UserMacro implements FormatVariable {
2525
return String(user.id);
2626
}
2727
}
28-
29-
public getValueText?(): string {
30-
return '';
31-
}
3228
}
3329

3430
/**
@@ -52,8 +48,4 @@ export class OrgMacro implements FormatVariable {
5248
return String(user.orgId);
5349
}
5450
}
55-
56-
public getValueText?(): string {
57-
return '';
58-
}
5951
}

0 commit comments

Comments
 (0)