const newState = reducer(
        oldState,
        types.updateTimestampWithId(
          bodyTsId,
          fromJS({ id: bodyTsId, type: 'timestamp', firstTimestamp: ts, secondTimestamp: null })