Skip to content
This repository has been archived by the owner on Mar 22, 2018. It is now read-only.

Commit

Permalink
reverted to original method signature
Browse files Browse the repository at this point in the history
  • Loading branch information
leafnode committed Dec 14, 2017
1 parent 09c9d25 commit 997c57b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/model/queue/AzuriteQueueResponse.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ class AzuriteQueueResponse {
}
}

addMetaProps(metaProps, queueLength) {
addMetaProps(metaProps) {
Object.keys(metaProps).forEach((key) => {
this.addHttpProperty(`x-ms-meta-${key}`, metaProps[key]);
});
Expand Down

0 comments on commit 997c57b

Please sign in to comment.