Skip to content

Commit ae2656e

Browse files
author
Vikas Agarwal
committed
Restoring non v5 call to file service because file service is yet to receive the v5 standards.
1 parent 70ef4b5 commit ae2656e

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/routes/attachments/create.js

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,9 @@ module.exports = [
115115
// retrieve download url for the response
116116
req.log.debug('retrieving download url');
117117
return httpClient.post(`${fileServiceUrl}downloadurl`, {
118-
filePath,
118+
param: {
119+
filePath,
120+
}
119121
});
120122
}
121123
return Promise.resolve();

0 commit comments

Comments
 (0)