Skip to content

Commit 5d0006e

Browse files
committed
[APOLLO] Fix bad re-export
1 parent 9c763fb commit 5d0006e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/apollo/src/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
export { client, logger } from '@graphmetrics/core';
1+
export { client, logging } from '@graphmetrics/core';
22
export { GraphMetrics } from './plugin';

0 commit comments

Comments
 (0)