Skip to content

Commit

Permalink
fix(classes): rename PrimitiveWithDate to PrimitiveExtended
Browse files Browse the repository at this point in the history
  • Loading branch information
nartc committed Nov 12, 2021
1 parent 4c299ff commit 34d8a52
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/classes/src/lib/utils/explore-metadata.util.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import type { PrimitiveWithDate } from '@automapper/core';
import type { PrimitiveExtended } from '@automapper/core';
import { isDefined } from '@automapper/core';
import {
AUTOMAP_PROPERTIES_METADATA_KEY,
Expand Down Expand Up @@ -42,7 +42,7 @@ export function exploreMetadata(
export function getMetadataList(model: Constructible): [
string,
{
typeFn: () => Constructible | PrimitiveWithDate;
typeFn: () => Constructible | PrimitiveExtended;
depth?: number;
isGetterOnly?: boolean;
}
Expand Down

0 comments on commit 34d8a52

Please sign in to comment.