Skip to content

Commit 23b7845

Browse files
committed
Addressed comments
1 parent a41d2ef commit 23b7845

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

packages/data-connect/src/api/index.ts

+2-3
Original file line numberDiff line numberDiff line change
@@ -22,11 +22,10 @@ export * from './Mutation';
2222
export * from './query';
2323
export { setLogLevel } from '../logger';
2424
export { validateArgs } from '../util/validateArgs';
25-
26-
export { DataConnectError, DataConnectOperationError } from '../core/error';
27-
2825
export {
2926
DataConnectErrorCode,
27+
DataConnectError,
28+
DataConnectOperationError,
3029
DataConnectOperationResponse,
3130
DataConnectOperationErrorInfo
3231
} from '../core/error';

0 commit comments

Comments
 (0)