Skip to content
This repository has been archived by the owner on Oct 21, 2022. It is now read-only.

Commit

Permalink
patch version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
taylordowns2000 committed Jul 22, 2021
1 parent 9a090d8 commit 77a731d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 5 deletions.
4 changes: 1 addition & 3 deletions lib/Adaptor.js
Expand Up @@ -432,13 +432,11 @@ function upsertCase(params, callback) {
'Content-Type': 'application/json'
},
qs: qs
};
console.log(_data.record_id); // NOTE: while record_id is used in the GET, it must be dropped before -----
}; // NOTE: while record_id is used in the GET, it must be dropped before -----
// subsequent create or update calls are made as it's not valid in Primero.

delete _data['record_id']; // -------------------------------------------------------------------------

console.log(_data.record_id);
return new Promise(function (resolve, reject) {
(0, _request["default"])(requestParams, function (error, response, body) {
response = (0, _Utils.scrubResponse)(response);
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "@openfn/language-primero",
"version": "2.2.7",
"version": "2.2.8",
"description": "A UNICEF Primero language package for use with Open Function",
"main": "lib/index.js",
"homepage": "https://docs.openfn.org",
Expand Down

0 comments on commit 77a731d

Please sign in to comment.