Skip to content

Commit

Permalink
Merge pull request #432 from Midburn/fix-sync
Browse files Browse the repository at this point in the history
Fix sync and camps
  • Loading branch information
LeonFedotov authored May 21, 2017
2 parents 93962da + 68ffbc5 commit 46a4aa6
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
Expand Up @@ -5,7 +5,7 @@
"this is part of the deployment proess, so it is important to update the version number",
"version name corresponds to the github release name / tag name - https://github.com/Midburn/Spark/releases"
],
"version": "2.5.7",
"version": "2.5.8",
"private": true,
"scripts": {
"postinstall": "bower install",
Expand Down
2 changes: 1 addition & 1 deletion scripts/drupal_ticket_sync.js
Original file line number Diff line number Diff line change
Expand Up @@ -243,7 +243,7 @@ async function syncTickets(fromDate, callback) {
var session = await getDrupalSession();
if (session) {
log.info('Got Drupal session...');
var page = 1;
var page = 0;
var running = true;
while (running) {
log.info("Page:", page);
Expand Down

0 comments on commit 46a4aa6

Please sign in to comment.