Skip to content
This repository has been archived by the owner on Nov 22, 2022. It is now read-only.

Commit

Permalink
Set datastore option correctly in starter kit study
Browse files Browse the repository at this point in the history
  • Loading branch information
FelixHenninger committed May 10, 2017
1 parent bd3b6c0 commit 54fa990
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion library/src/starterkit/experiment.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ var experiment = new lab.flow.Sequence({
})

// Collect data in a central data store
experiment.datastore = new lab.data.Store()
experiment.options.datastore = new lab.data.Store()

// Start the experiment
// (uncomment to run)
Expand Down

0 comments on commit 54fa990

Please sign in to comment.