diff --git a/packages/rest-client-utils/src/serialize.ts b/packages/rest-client-utils/src/serialize.ts index fbd03ee..1c0f478 100644 --- a/packages/rest-client-utils/src/serialize.ts +++ b/packages/rest-client-utils/src/serialize.ts @@ -49,7 +49,7 @@ export function serializeRequestBody( } as unknown as T; } - const { id, type, meta, ...otherProperties } = body as any; + const { id, meta, ...otherProperties } = body as any; const attributes: Record = {}; const relationships: Record = {};