Skip to content

Commit

Permalink
Fix bug in task map def
Browse files Browse the repository at this point in the history
  • Loading branch information
WolfgangSenff authored Mar 26, 2024
1 parent e23e28b commit 1dcd987
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion addons/godot-firebase/firestore/firestore_task.gd
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ enum Task {
}

## Mapping of Task enum values to descriptions for use in printing user-friendly error codes.
const TASK_MAP {
const TASK_MAP = {
Task.TASK_GET: "GET DOCUMENT",
Task.TASK_POST: "ADD DOCUMENT",
Task.TASK_PATCH: "UPDATE DOCUMENT",
Expand Down

0 comments on commit 1dcd987

Please sign in to comment.