Skip to content

Commit

Permalink
#116: attempt to fix error on edge creation
Browse files Browse the repository at this point in the history
  • Loading branch information
dmarcelino committed Jul 10, 2015
1 parent 7fddffd commit cbe757a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/record.js
Original file line number Diff line number Diff line change
Expand Up @@ -160,6 +160,8 @@ Record.prototype.serializeValues = function serializeValues(values) {
if(!values[key]['@type']){
values[key]['@type'] = 'd';
}
// TODO: workaround for #116, it probably requires a more elegant solution
delete values[key]['@class'];
}

// TODO: should just be "type === 'binary'" but for some reason type never seems to
Expand Down

0 comments on commit cbe757a

Please sign in to comment.