mirror of
https://github.com/barsdeveloper/ueblueprint.git
synced 2026-02-27 10:44:43 +08:00
Fix a bug accessing null
This commit is contained in:
@@ -86,7 +86,7 @@ export default class Grammar {
|
||||
|
||||
/**
|
||||
* @template T
|
||||
* @param {new (values: Object) => T} entityType
|
||||
* @param {new (values: Object) => T} entityType
|
||||
* @returns {Parsimmon.Parser<T>}
|
||||
*/
|
||||
static createMultiAttributeGrammar = (r, entityType) =>
|
||||
|
||||
@@ -27,7 +27,7 @@ export default function initializeSerializerFactory() {
|
||||
)
|
||||
|
||||
SerializerFactory.registerSerializer(
|
||||
PinEntity,
|
||||
PinEntity,
|
||||
new PinSerializer()
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user