chore(lint): Add missing semicolons
This commit is contained in:
parent
7231f5ff0b
commit
a3283c71ef
9 changed files with 26 additions and 26 deletions
|
@ -20,7 +20,7 @@ export function createAiScriptEnv(vm, opts) {
|
|||
title: title.value,
|
||||
text: text.value,
|
||||
});
|
||||
return confirm.canceled ? values.FALSE : values.TRUE
|
||||
return confirm.canceled ? values.FALSE : values.TRUE;
|
||||
}),
|
||||
'Mk:api': values.FN_NATIVE(async ([ep, param, token]) => {
|
||||
apiRequests++;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue