File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " mSupplyColdChain" ,
3
- "version" : " 0.5.7-rc1 " ,
3
+ "version" : " 0.5.7-rc2 " ,
4
4
"description" : " Cold chain temperature monitoring" ,
5
5
"author" : " mSupply Foundation" ,
6
6
"main" : " index.ts" ,
Original file line number Diff line number Diff line change @@ -275,7 +275,7 @@ function* syncAll({
275
275
yield put ( SettingAction . update ( 'lastSyncStart' , utils . now ( ) ) ) ;
276
276
yield put ( SyncAction . updateIsSyncing ( true ) ) ;
277
277
yield put ( SyncAction . updateSyncError ( '' ) ) ;
278
- yield put ( SyncAction . authenticate ( ` ${ serverUrl } / ${ ENDPOINT . LOGIN } ` , authUsername , authPassword ) ) ;
278
+ yield put ( SyncAction . authenticate ( serverUrl , authUsername , authPassword ) ) ;
279
279
const authenticateResult : PayloadAction < null > = yield take ( [
280
280
SyncAction . authenticateSuccess ,
281
281
SyncAction . authenticateFailure ,
You can’t perform that action at this time.
0 commit comments