Skip to content

Commit fe9ce9e

Browse files
committed
chore(fetch-client): fix test
1 parent 2881fb5 commit fe9ce9e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • packages/clients/fetch-client/src

packages/clients/fetch-client/src/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ import {
88
type TransactionOperation,
99
type TransactionResults,
1010
} from '@zenstackhq/client-helpers';
11-
import { fetcher, makeUrl, marshal, type FetchFn } from '@zenstackhq/client-helpers/fetch';
11+
import { fetcher, makeUrl, marshal, type FetchFn, serialize } from '@zenstackhq/client-helpers/fetch';
1212
import { lowerCaseFirst } from '@zenstackhq/common-helpers';
1313
import type {
1414
AllModelOperations,

0 commit comments

Comments
 (0)