chore: code formatting

This commit is contained in:
github-actions[bot]
2022-01-26 02:08:13 +00:00
parent 47499b95d5
commit c08a17596d
2 changed files with 21 additions and 20 deletions

View File

@@ -3,7 +3,7 @@ export default async function({q, data, imports, account}, {enabled = false} = {
//Plugin execution
try {
//Check if plugin is enabled and requirements are met
if ((!enabled)||(!q.fortune))
if ((!enabled) || (!q.fortune))
return null
//Load inputs
@@ -42,4 +42,4 @@ export default async function({q, data, imports, account}, {enabled = false} = {
catch (error) {
throw {error:{message:"An error occured", instance:error}}
}
}
}