Skip to content

Commit 43f1662

Browse files
committed
fix build
1 parent dd6a1be commit 43f1662

File tree

3 files changed

+0
-3
lines changed

3 files changed

+0
-3
lines changed

packages/runtime/src/client/crud/operations/aggregate.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
import { sql } from 'kysely';
21
import { match } from 'ts-pattern';
32
import type { SchemaDef } from '../../../schema';
43
import { getField } from '../../query-utils';

packages/runtime/src/client/crud/operations/count.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
import { sql } from 'kysely';
21
import type { SchemaDef } from '../../../schema';
32
import { BaseOperationHandler } from './base';
43

tests/e2e/orm/client-api/computed-fields.test.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
import { sql } from '@zenstackhq/runtime/helpers';
21
import { createTestClient } from '@zenstackhq/testtools';
32
import { afterEach, describe, expect, it } from 'vitest';
43

0 commit comments

Comments
 (0)