Skip to content

Commit

Permalink
increase rownum
Browse files Browse the repository at this point in the history
  • Loading branch information
p-a-s-c-a-l committed Jul 29, 2020
1 parent da4fa48 commit bbc923a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "csis-helpers-js",
"version": "0.6.4",
"version": "0.6.5",
"description": "CLARITY CSIS JavaScript Helpers Module",
"author": "p-a-s-c-a-l",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion src/lib/CSISHelpers.js
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ export default class CSISHelpers {
maxx: 30, // deprecated
maxy: -30, // deprecated
emikat_id: undefined, // this is the emikat study id
rownum: 1000,
rownum: 3000,
data_format: EMIKATHelpers.DATA_FORMAT_VALUES[0],
study_variant: EMIKATHelpers.STUDY_VARIANT_VALUES[0],
time_period: EMIKATHelpers.TIME_PERIOD_VALUES[0],
Expand Down

0 comments on commit bbc923a

Please sign in to comment.