Skip to content

Commit 76b8ac8

Browse files
authored
[Components] l3mbda: fix eslint comma
1 parent 31da8f0 commit 76b8ac8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/l3mbda/sources/common/webhook.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ export default {
3434
},
3535
deleteEndpoint(endpointId) {
3636
return this.app.delete({
37-
path: `/${endpointId}`
37+
path: `/${endpointId}`,
3838
});
3939
},
4040
getEvent() {

0 commit comments

Comments
 (0)