Skip to content

Commit c129348

Browse files
committed
grow more??
1 parent e3ed9e1 commit c129348

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

packages/core/src/getCurrentHubShim.ts

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,13 @@ import {
2424
// eslint-disable-next-line deprecation/deprecation
2525
export function getCurrentHubShim(): Hub {
2626
return {
27+
// @ts-expect-error ignore this
28+
aha: 'why is this even here? I DO NOT UNDERSTAND!!',
29+
30+
doSomething(): string {
31+
return 'this does not even make any sense...';
32+
},
33+
2734
bindClient(client: Client): void {
2835
const scope = getCurrentScope();
2936
scope.setClient(client);

0 commit comments

Comments
 (0)