Skip to content

Commit b07aea6

Browse files
committed
style: fix lint error
1 parent c6cdda8 commit b07aea6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/bots/microsoft/BingChatBot.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ export default class BingChatBot extends Bot {
9494
"724mtcls",
9595
"713savemems0",
9696
"727nrprdrss0",
97-
"207hlthgrds0"
97+
"207hlthgrds0",
9898
],
9999
isStartOfSession: context.invocationId === 0,
100100
message: {

src/bots/microsoft/BingChatCreativeBot.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ export default class BingChatCreativeBot extends BingChatBot {
3131
"fluxv1short",
3232
"mtpreclst25",
3333
"rai278",
34-
"replaceurl"
34+
"replaceurl",
3535
];
3636
static _tone = "Creative";
3737

0 commit comments

Comments
 (0)