Skip to content

Commit

Permalink
fix my SQL?
Browse files Browse the repository at this point in the history
  • Loading branch information
TangentFoxy committed Feb 14, 2017
1 parent aa5e2bb commit ba70490
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion keys.moon
Expand Up @@ -52,7 +52,7 @@ class extends lapis.Application
}

[list: "/list"]: =>
keys = Keys\select "* WHERE status NOT #{Keys.statuses.claimed} ORDER BY game ASC"
keys = Keys\select "* WHERE status IS NOT #{Keys.statuses.claimed} ORDER BY game ASC"
@html ->
a href: @url_for("gamekeys_add"), "add a key"
element "table", class: "pure-table pure-table-striped", ->
Expand Down

0 comments on commit ba70490

Please sign in to comment.