Skip to content

Commit 599c7df

Browse files
MehulKChaudharigitKrystan
authored andcommitted
Add: tests verify behavior mutating a record (#9754)
* add: tests verify behavior mutating a related record from a checked-out record * fix: lint * fix: test * fix: lint
1 parent c6c1edf commit 599c7df

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

packages/legacy-compat/src/legacy-network-handler/legacy-data-fetch.ts

+1-4
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,7 @@ import { DEBUG } from '@warp-drive/build-config/env';
77
import { assert } from '@warp-drive/build-config/macros';
88
import type { StableRecordIdentifier } from '@warp-drive/core-types';
99
import type { StableExistingRecordIdentifier } from '@warp-drive/core-types/identifier';
10-
import type {
11-
LegacyRelationshipField as RelationshipSchema,
12-
LegacyRelationshipSchema as RelationshipSchema,
13-
} from '@warp-drive/core-types/schema/fields';
10+
import type { LegacyRelationshipField as RelationshipSchema } from '@warp-drive/core-types/schema/fields';
1411
import type { ExistingResourceObject, JsonApiDocument } from '@warp-drive/core-types/spec/json-api-raw';
1512

1613
import { upgradeStore } from '../-private';

0 commit comments

Comments
 (0)