Skip to content

Commit

Permalink
bug fixes for indicator commit
Browse files Browse the repository at this point in the history
  • Loading branch information
bsummers-tc committed Nov 10, 2016
1 parent ce816ee commit 3ab6cd3
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@ Javascript SDK for the V2 of the ThreatConnect API

# Release Notes

## 0.6.0
* bug fixes for indicator commit

## 0.5.0
* updated secure proxy to use window location
* added retrieveOwners method for indicators
Expand All @@ -24,4 +27,4 @@ Javascript SDK for the V2 of the ThreatConnect API

## 0.1.0
* updated spaces methods
* added secure proxy method
* added secure proxy method
2 changes: 1 addition & 1 deletion threatconnect.js
Original file line number Diff line number Diff line change
Expand Up @@ -1827,7 +1827,7 @@ function Indicators(authentication) {
if (this.iData.indicator) {

// prepare body
var specificBody = this.iData.specificData[this.settings.type.dataField];
var specificBody = this.iData.specificData[this.settings.type.type];
this.body($.extend(this.iData.requiredData, $.extend(this.iData.optionalData, specificBody)));

if (this.iData.indicator) {
Expand Down

0 comments on commit 3ab6cd3

Please sign in to comment.