Skip to content

Commit bf14c8f

Browse files
committed
eslint fix
1 parent 7141f7f commit bf14c8f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

components/add_to_calendar_pro/actions/get-ics-data/get-ics-data.mjs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@ export default {
2020
$,
2121
eventProKey: this.eventProKey,
2222
params: {
23-
responseType: "object"
24-
}
23+
responseType: "object",
24+
},
2525
});
2626
$.export("$summary", "Successfully retrieved ICS data.");
2727
return response;

0 commit comments

Comments
 (0)