Skip to content

Commit

Permalink
Fix duplicate ID in Request.scala
Browse files Browse the repository at this point in the history
  • Loading branch information
nrfulton committed Nov 8, 2016
1 parent 718bb0c commit 80aca6d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -478,7 +478,7 @@ class ListExamplesRequest(db: DBAbstraction) extends Request {
"http://www.ls.cs.cmu.edu/KeYmaeraX/KeYmaeraX-tutorial.pdf",
"classpath:/examples/tutorials/cpsweek/cpsweek.json",
"/examples/tutorials/cpsweek/cpsweek.png") ::
new ExamplePOJO(1, "FM 2016 Tutorial",
new ExamplePOJO(2, "FM 2016 Tutorial",
"Tactics and Proofs",
"/dashboard.html?#/tutorials",
"classpath:/examples/tutorials/fm/fm.json",
Expand Down

0 comments on commit 80aca6d

Please sign in to comment.