aboutsummaryrefslogtreecommitdiff
path: root/backend/handlers
diff options
context:
space:
mode:
authorArda Serdar Pektezol <1669855+pektezol@users.noreply.github.com>2024-10-22 00:29:13 +0300
committerArda Serdar Pektezol <1669855+pektezol@users.noreply.github.com>2024-10-22 00:29:13 +0300
commit36047662dc0d0e059186f30b50c42db4cb9ae2d6 (patch)
tree46d6c71032bdfd0709c75781bfbbb28a0f5a7eb9 /backend/handlers
parentbackend: fix parser (diff)
downloadlphub-36047662dc0d0e059186f30b50c42db4cb9ae2d6.tar.gz
lphub-36047662dc0d0e059186f30b50c42db4cb9ae2d6.tar.bz2
lphub-36047662dc0d0e059186f30b50c42db4cb9ae2d6.zip
backend: fix typo cached map
Diffstat (limited to 'backend/handlers')
-rw-r--r--backend/handlers/home.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/backend/handlers/home.go b/backend/handlers/home.go
index 19eef93..57e44c1 100644
--- a/backend/handlers/home.go
+++ b/backend/handlers/home.go
@@ -374,7 +374,7 @@ func SearchWithQuery(c *gin.Context) {
374 {ID: 99, Game: "Portal 2 - Cooperative", Chapter: "Course 5 - Mobility Gels", Map: "Turret Ninja"}, 374 {ID: 99, Game: "Portal 2 - Cooperative", Chapter: "Course 5 - Mobility Gels", Map: "Turret Ninja"},
375 {ID: 100, Game: "Portal 2 - Cooperative", Chapter: "Course 5 - Mobility Gels", Map: "Propulsion Retrieval"}, 375 {ID: 100, Game: "Portal 2 - Cooperative", Chapter: "Course 5 - Mobility Gels", Map: "Propulsion Retrieval"},
376 {ID: 101, Game: "Portal 2 - Cooperative", Chapter: "Course 5 - Mobility Gels", Map: "Vault Entrance"}, 376 {ID: 101, Game: "Portal 2 - Cooperative", Chapter: "Course 5 - Mobility Gels", Map: "Vault Entrance"},
377 {ID: 102, Game: "Portal 2 - Cooperative", Chapter: "Course 6 - Art Therapy", Map: "Seperation"}, 377 {ID: 102, Game: "Portal 2 - Cooperative", Chapter: "Course 6 - Art Therapy", Map: "Separation"},
378 {ID: 103, Game: "Portal 2 - Cooperative", Chapter: "Course 6 - Art Therapy", Map: "Triple Axis"}, 378 {ID: 103, Game: "Portal 2 - Cooperative", Chapter: "Course 6 - Art Therapy", Map: "Triple Axis"},
379 {ID: 104, Game: "Portal 2 - Cooperative", Chapter: "Course 6 - Art Therapy", Map: "Catapult Catch"}, 379 {ID: 104, Game: "Portal 2 - Cooperative", Chapter: "Course 6 - Art Therapy", Map: "Catapult Catch"},
380 {ID: 105, Game: "Portal 2 - Cooperative", Chapter: "Course 6 - Art Therapy", Map: "Bridge Gels"}, 380 {ID: 105, Game: "Portal 2 - Cooperative", Chapter: "Course 6 - Art Therapy", Map: "Bridge Gels"},