mirror of
https://github.com/barsdeveloper/ueblueprint.git
synced 2026-02-15 09:44:49 +08:00
Fix a bug accessing null
This commit is contained in:
@@ -27,7 +27,7 @@ export default function initializeSerializerFactory() {
|
||||
)
|
||||
|
||||
SerializerFactory.registerSerializer(
|
||||
PinEntity,
|
||||
PinEntity,
|
||||
new PinSerializer()
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user