Skip to content

Commit 49e6a6f

Browse files
Fix indentation issue causing null ref
1 parent fc5238d commit 49e6a6f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

addons/godot-firebase/firestore/firestore_collection.gd

+2-2
Original file line numberDiff line numberDiff line change
@@ -108,8 +108,8 @@ func update(document : FirestoreDocument) -> FirestoreDocument:
108108
child.replace(result, true)
109109
break
110110

111-
if temp_transforms != null:
112-
result._transforms = temp_transforms
111+
if temp_transforms != null:
112+
result._transforms = temp_transforms
113113

114114
return result
115115

0 commit comments

Comments
 (0)