Skip to content

Commit b8d9382

Browse files
author
Vikas Agarwal
committed
Lint fix
1 parent ae2656e commit b8d9382

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/routes/attachments/create.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ module.exports = [
117117
return httpClient.post(`${fileServiceUrl}downloadurl`, {
118118
param: {
119119
filePath,
120-
}
120+
},
121121
});
122122
}
123123
return Promise.resolve();

0 commit comments

Comments
 (0)