Renamed Schem< Personalization file to Personalize

This commit is contained in:
Alexander Cerutti
2021-08-25 23:12:01 +02:00
parent 7c2e8db1fb
commit 0c5b4e130f
2 changed files with 7 additions and 2 deletions

View File

@@ -5,7 +5,7 @@ export * from "./PassFieldContent";
export * from "./NFC";
export * from "./SemanticTags";
export * from "./PassFields";
export * from "./personalization";
export * from "./Personalize";
import Joi from "joi";
import debug from "debug";
@@ -16,7 +16,7 @@ import { Beacon } from "./Beacons";
import { NFC } from "./NFC";
import { Field } from "./PassFieldContent";
import { PassFields, TransitType } from "./PassFields";
import { Personalization } from "./personalization";
import { Personalization } from "./Personalize";
import { Semantics } from "./SemanticTags";
const schemaDebug = debug("Schema");