fix deleted line

This commit is contained in:
Will Murphy 2020-10-24 20:54:05 -05:00
parent 18c024801c
commit 458db4f2ea

View file

@ -13,6 +13,7 @@ function requestObject (id) {
return request({
url: id,
headers: { Accept: 'application/activity+json' },
json: true,
httpSignature: {
key: global.guppeSystemUser._meta.privateKey,
keyId: global.guppeSystemUser.id,