We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0a2a1ee commit c3f6a95Copy full SHA for c3f6a95
apps/api/src/lib/databuddy.ts
@@ -1,7 +1,7 @@
1
-import { Databuddy } from '@databuddy/sdk/node';
+// import { Databuddy } from '@databuddy/sdk/node';
2
3
-const databuddy = new Databuddy({
4
- clientId: '3ed1fce1-5a56-4cb6-a977-66864f6d18e3',
5
-});
+// const databuddy = new Databuddy({
+// clientId: '3ed1fce1-5a56-4cb6-a977-66864f6d18e3',
+// });
6
7
-export { databuddy };
+// export { databuddy };
apps/api/src/routes/query.ts
@@ -13,7 +13,7 @@ import {
13
DynamicQueryRequestSchema,
14
type DynamicQueryRequestType,
15
} from '../schemas';
16
-import { databuddy } from '../lib/databuddy';
+// import { databuddy } from '../lib/databuddy';
17
18
interface QueryParams {
19
start_date?: string;
0 commit comments