Skip to content

Commit

Permalink
- add vShifting field
Browse files Browse the repository at this point in the history
  • Loading branch information
viktor-silakov committed Jun 17, 2022
1 parent 5b668f6 commit 6a5fdd0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/api.js
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,7 @@ class SyngrisiApi {
if (params.domDump) form.append('domdump', params.domDump || '');
if (hashCode) form.append('hashcode', hashCode);
if (imageBuffer) form.append('file', imageBuffer, 'file');
if (params.vShifting) form.append('vShifting', params.vShifting);

form.append('testid', params.testId);
form.append('name', params.name);
Expand Down

0 comments on commit 6a5fdd0

Please sign in to comment.