Skip to content
Snippets Groups Projects
Verified Commit feab2d41 authored by Ernesto Rico Schmidt's avatar Ernesto Rico Schmidt
Browse files

fix: think before commit

parent 4f744a38
No related branches found
No related tags found
No related merge requests found
...@@ -41,7 +41,7 @@ func getShowID(c *gin.Context) (uint64, error) { ...@@ -41,7 +41,7 @@ func getShowID(c *gin.Context) (uint64, error) {
showID = c.Query("showId") showID = c.Query("showId")
} }
if showID == "" { if showID != "" {
return idFromString(showID) return idFromString(showID)
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment