Skip to content

Commit e0c2aed

Browse files
committed
eslint updates
1 parent 4a5bc99 commit e0c2aed

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

components/gorgias_oauth/actions/create-ticket-message/create-ticket-message.mjs

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -244,7 +244,9 @@ export default {
244244
data: messageData,
245245
});
246246

247-
$.export("$summary", `Successfully created ${isInternalNote ? "internal note" : "ticket message"} with ID: ${response.id}`);
247+
$.export("$summary", `Successfully created ${isInternalNote
248+
? "internal note"
249+
: "ticket message"} with ID: ${response.id}`);
248250

249251
return response;
250252
},

components/gorgias_oauth/sources/internal-note-created/internal-note-created.mjs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
import constants from "../../common/constants.mjs";
21
import base from "../common/base.mjs";
32
import eventTypes from "../common/event-types.mjs";
43
import sampleEmit from "./test-event.mjs";
@@ -60,4 +59,4 @@ export default {
6059
},
6160
},
6261
sampleEmit,
63-
};
62+
};

0 commit comments

Comments
 (0)