aboutsummaryrefslogtreecommitdiff
path: root/backend/handlers/home.go
diff options
context:
space:
mode:
authorArda Serdar Pektezol <1669855+pektezol@users.noreply.github.com>2024-12-31 15:09:56 +0300
committerGitHub <noreply@github.com>2024-12-31 15:09:56 +0300
commit21980e68693a6941bed352a46212ccb72b8b7d88 (patch)
treef43ddf9f21192fa702968ea7b76954ae1db64673 /backend/handlers/home.go
parentfix/profile: overall completion count wrong (#252) (diff)
downloadlphub-21980e68693a6941bed352a46212ccb72b8b7d88.tar.gz
lphub-21980e68693a6941bed352a46212ccb72b8b7d88.tar.bz2
lphub-21980e68693a6941bed352a46212ccb72b8b7d88.zip
fix/backend: turret assassin map name typo (#254)
Diffstat (limited to '')
-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 5b4e246..095b666 100644
--- a/backend/handlers/home.go
+++ b/backend/handlers/home.go
@@ -327,7 +327,7 @@ func SearchWithQuery(c *gin.Context) {
327 {ID: 80, Game: "Portal 2 - Cooperative", Chapter: "Course 3 - Hard-Light Surfaces", Map: "Catapult Block"}, 327 {ID: 80, Game: "Portal 2 - Cooperative", Chapter: "Course 3 - Hard-Light Surfaces", Map: "Catapult Block"},
328 {ID: 81, Game: "Portal 2 - Cooperative", Chapter: "Course 3 - Hard-Light Surfaces", Map: "Bridge Fling"}, 328 {ID: 81, Game: "Portal 2 - Cooperative", Chapter: "Course 3 - Hard-Light Surfaces", Map: "Bridge Fling"},
329 {ID: 82, Game: "Portal 2 - Cooperative", Chapter: "Course 3 - Hard-Light Surfaces", Map: "Turret Walls"}, 329 {ID: 82, Game: "Portal 2 - Cooperative", Chapter: "Course 3 - Hard-Light Surfaces", Map: "Turret Walls"},
330 {ID: 83, Game: "Portal 2 - Cooperative", Chapter: "Course 3 - Hard-Light Surfaces", Map: "Turret Assasin"}, 330 {ID: 83, Game: "Portal 2 - Cooperative", Chapter: "Course 3 - Hard-Light Surfaces", Map: "Turret Assassin"},
331 {ID: 84, Game: "Portal 2 - Cooperative", Chapter: "Course 3 - Hard-Light Surfaces", Map: "Bridge Testing"}, 331 {ID: 84, Game: "Portal 2 - Cooperative", Chapter: "Course 3 - Hard-Light Surfaces", Map: "Bridge Testing"},
332 {ID: 85, Game: "Portal 2 - Cooperative", Chapter: "Course 4 - Excursion Funnels", Map: "Cooperative Funnels"}, 332 {ID: 85, Game: "Portal 2 - Cooperative", Chapter: "Course 4 - Excursion Funnels", Map: "Cooperative Funnels"},
333 {ID: 86, Game: "Portal 2 - Cooperative", Chapter: "Course 4 - Excursion Funnels", Map: "Funnel Drill"}, 333 {ID: 86, Game: "Portal 2 - Cooperative", Chapter: "Course 4 - Excursion Funnels", Map: "Funnel Drill"},