Remove todo

Signed-off-by: Joe Porpeglia <josephp@spotify.com>
This commit is contained in:
Joe Porpeglia
2022-01-26 17:20:08 -05:00
parent 55c0d91dfc
commit 7023e7066b
@@ -60,7 +60,6 @@ export class CatalogIdentityClient {
filter[`metadata.annotations.${key}`] = value;
}
// TODO(Rugvip): cache the token
const { token } = await this.tokenManager.getToken();
const { items } = await this.catalogApi.getEntities({ filter }, { token });