Skip to content

Commit

Permalink
Fix whitespace changes
Browse files Browse the repository at this point in the history
  • Loading branch information
WolfgangSenff committed Jul 19, 2024
1 parent 7631558 commit 46dc6f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion addons/godot-firebase/firestore/firestore.gd
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ func query(query : FirestoreQuery) -> Array:
var task : FirestoreTask = FirestoreTask.new()
task.action = FirestoreTask.Task.TASK_QUERY
var body: Dictionary = { structuredQuery = query.query }
var url: String = _base_url + _extended_url + _query_suffix
var url: String = _base_url + _extended_url + _query_suffix

task.data = query
task._fields = JSON.stringify(body)
Expand Down

0 comments on commit 46dc6f7

Please sign in to comment.