Skip to content

Commit

Permalink
Merge pull request #308 from msupply-foundation/307-not-syncing
Browse files Browse the repository at this point in the history
Not syncing records
  • Loading branch information
mark-prins authored Sep 20, 2024
2 parents b67ba26 + 8893dd0 commit e28d9e7
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": "mSupplyColdChain",
"version": "0.5.7-rc1",
"version": "0.5.7-rc2",
"description": "Cold chain temperature monitoring",
"author": "mSupply Foundation",
"main": "index.ts",
Expand Down
2 changes: 1 addition & 1 deletion src/features/Sync/SyncSlice.ts
Original file line number Diff line number Diff line change
Expand Up @@ -275,7 +275,7 @@ function* syncAll({
yield put(SettingAction.update('lastSyncStart', utils.now()));
yield put(SyncAction.updateIsSyncing(true));
yield put(SyncAction.updateSyncError(''));
yield put(SyncAction.authenticate(`${serverUrl}/${ENDPOINT.LOGIN}`, authUsername, authPassword));
yield put(SyncAction.authenticate(serverUrl, authUsername, authPassword));
const authenticateResult: PayloadAction<null> = yield take([
SyncAction.authenticateSuccess,
SyncAction.authenticateFailure,
Expand Down

0 comments on commit e28d9e7

Please sign in to comment.