File tree 1 file changed +1
-4
lines changed
packages/legacy-compat/src/legacy-network-handler
1 file changed +1
-4
lines changed Original file line number Diff line number Diff line change @@ -7,10 +7,7 @@ import { DEBUG } from '@warp-drive/build-config/env';
7
7
import { assert } from '@warp-drive/build-config/macros' ;
8
8
import type { StableRecordIdentifier } from '@warp-drive/core-types' ;
9
9
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' ;
14
11
import type { ExistingResourceObject , JsonApiDocument } from '@warp-drive/core-types/spec/json-api-raw' ;
15
12
16
13
import { upgradeStore } from '../-private' ;
You can’t perform that action at this time.
0 commit comments