Skip to content

Commit 5c03e3e

Browse files
authored
fix: removes extraneous getter
1 parent 1259cc2 commit 5c03e3e

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

packages/abstractions/src/authentication/baseBearerTokenAuthenticationProvider.ts

-4
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,4 @@ export class BaseBearerTokenAuthenticationProvider implements AuthenticationProv
3535
}
3636
}
3737
};
38-
39-
public get accessTokenProviderInstance(): AccessTokenProvider {
40-
return this.accessTokenProvider;
41-
}
4238
}

0 commit comments

Comments
 (0)