Skip to content

Commit

Permalink
fix(MetricsAdapter): export MetricType and MetricsAdapter
Browse files Browse the repository at this point in the history
  • Loading branch information
kponmuth authored and lalli-flores committed Mar 31, 2022
1 parent fc35016 commit 7caf370
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,3 +11,4 @@ export {default as MembershipsAdapter, DestinationType} from './MembershipsAdapt
export {default as OrganizationsAdapter} from './OrganizationsAdapter';
export {default as PeopleAdapter, PersonStatus} from './PeopleAdapter';
export {default as RoomsAdapter, RoomType} from './RoomsAdapter';
export {default as MetricsAdapter, MetricType} from './MetricsAdapter';

0 comments on commit 7caf370

Please sign in to comment.