Skip to content

Commit

Permalink
easyMode query parameter set to private:true #148
Browse files Browse the repository at this point in the history
  • Loading branch information
Denz1994 committed May 21, 2020
1 parent bf3d4b5 commit 9f4a55c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions js/common/BAMQueryParameters.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,7 @@ import buildAMolecule from '../buildAMolecule.js';
const BAMQueryParameters = QueryStringMachine.getAll( {

// Triggers a successfully completed collection. The user just needs to fill a single box to go to next collection.
// REVIEW: This should be private true.
easyMode: { type: 'flag', private: false },
easyMode: { type: 'flag', private: true },

// Triggers console logs for information related to created molecules, collected molecules, and split molecules
logData: { type: 'flag' }
Expand Down

0 comments on commit 9f4a55c

Please sign in to comment.