We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ff4402a + 7990ab2 commit c2acbb7Copy full SHA for c2acbb7
lib/protocol-buffers-meta.js
@@ -9,6 +9,9 @@ var ProtocolBuffersMeta = function ProtocolBuffersMeta(options) {
9
util.inherits(ProtocolBuffersMeta, Meta);
10
11
ProtocolBuffersMeta.prototype.loadResponse = function(response) {
12
+
13
+ if(response.key !== undefined) this.key = response.key;
14
15
if (response.content !== undefined) {
16
var content = response.content[0];
17
this.contentType = content.content_type;
0 commit comments