Skip to content

Commit 807be5d

Browse files
committed
fix: lint
1 parent 077d4a2 commit 807be5d

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
@@ -75,7 +75,7 @@ module.exports = [
7575
filePath,
7676
contentType: data.contentType,
7777
isPublic: false,
78-
}
78+
},
7979
}).then((resp) => {
8080
req.log.debug('Presigned Url resp: ', JSON.stringify(resp.data, null, 2));
8181
if (resp.status !== 200 || resp.data.result.status !== 200) {

0 commit comments

Comments
 (0)