Skip to content

Commit

Permalink
Fix indentation issue causing null ref
Browse files Browse the repository at this point in the history
  • Loading branch information
WolfgangSenff authored Jul 19, 2024
1 parent fc5238d commit 49e6a6f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions addons/godot-firebase/firestore/firestore_collection.gd
Original file line number Diff line number Diff line change
Expand Up @@ -108,8 +108,8 @@ func update(document : FirestoreDocument) -> FirestoreDocument:
child.replace(result, true)
break

if temp_transforms != null:
result._transforms = temp_transforms
if temp_transforms != null:
result._transforms = temp_transforms

return result

Expand Down

0 comments on commit 49e6a6f

Please sign in to comment.