Skip to content

Commit c3f6a95

Browse files
committed
fix: sdk\
1 parent 0a2a1ee commit c3f6a95

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

apps/api/src/lib/databuddy.ts

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
import { Databuddy } from '@databuddy/sdk/node';
1+
// import { Databuddy } from '@databuddy/sdk/node';
22

3-
const databuddy = new Databuddy({
4-
clientId: '3ed1fce1-5a56-4cb6-a977-66864f6d18e3',
5-
});
3+
// const databuddy = new Databuddy({
4+
// clientId: '3ed1fce1-5a56-4cb6-a977-66864f6d18e3',
5+
// });
66

7-
export { databuddy };
7+
// export { databuddy };

apps/api/src/routes/query.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ import {
1313
DynamicQueryRequestSchema,
1414
type DynamicQueryRequestType,
1515
} from '../schemas';
16-
import { databuddy } from '../lib/databuddy';
16+
// import { databuddy } from '../lib/databuddy';
1717

1818
interface QueryParams {
1919
start_date?: string;

0 commit comments

Comments
 (0)