Skip to content

Commit

Permalink
what the foos-ball
Browse files Browse the repository at this point in the history
  • Loading branch information
TangentFoxy committed Jul 22, 2016
1 parent a8d995f commit bff95fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ksp.moon
Expand Up @@ -82,7 +82,7 @@ class extends lapis.Application
}

[craft_list: "/crafts(/:page[%d])"]: =>
page = @params.page or 1
page = @params or 1

Paginator = Crafts\paginated "ORDER BY id ASC", per_page: 2 --NOTE temporary super low page number for testing!
crafts = Paginator\get_page page
Expand Down

0 comments on commit bff95fa

Please sign in to comment.