Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master'
Browse files Browse the repository at this point in the history
  • Loading branch information
fsanaulla committed Jun 10, 2018
2 parents 28de72d + bc10701 commit 41b24d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ measurement.write(resume).onComplete {
}

// retrieve entity
val result: Array[Resume] = measurement.read("SELECT * FROM $measurement").onComplete {
val result: Array[Resume] = measurement.read("SELECT * FROM $measurementName").onComplete {
case Success(qr) if qr.isSuccess => qr.queryResult
case _ => // handle failure
}
Expand Down

0 comments on commit 41b24d9

Please sign in to comment.