fix deleted line
This commit is contained in:
parent
18c024801c
commit
458db4f2ea
1 changed files with 1 additions and 0 deletions
|
@ -13,6 +13,7 @@ function requestObject (id) {
|
||||||
return request({
|
return request({
|
||||||
url: id,
|
url: id,
|
||||||
headers: { Accept: 'application/activity+json' },
|
headers: { Accept: 'application/activity+json' },
|
||||||
|
json: true,
|
||||||
httpSignature: {
|
httpSignature: {
|
||||||
key: global.guppeSystemUser._meta.privateKey,
|
key: global.guppeSystemUser._meta.privateKey,
|
||||||
keyId: global.guppeSystemUser.id,
|
keyId: global.guppeSystemUser.id,
|
||||||
|
|
Loading…
Reference in a new issue