Skip to content

Commit

Permalink
fix: cleaned up top
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanhaticus committed Nov 21, 2024
1 parent 222967f commit cdd7144
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions src/serializers/deserializeResourceObject.ts
Original file line number Diff line number Diff line change
@@ -1,21 +1,15 @@
import '@tsmetadata/polyfill';

import {
Attribute,
Id,
Relationship,
Resource,
attributesSymbol,
idSymbol,
linksSymbol,
metaSymbol,
relationshipsSymbol,
resourceSymbol,
} from '../decorators';
import type { JSONAPIResourceObject } from '../types';
import type { JSONAPIResourceLinkage } from '../types/resourceLinkage';
import { getMetadataBySymbol } from './utils';

import type { JSONAPIResourceObject } from '../types';

export const deserializeResourceObject = <
C,
T extends JSONAPIResourceObject = JSONAPIResourceObject,
Expand Down

0 comments on commit cdd7144

Please sign in to comment.