From 9673ea713a4aa251b945f33d364d56b8fcb86904 Mon Sep 17 00:00:00 2001 From: lowlighter <22963968+lowlighter@users.noreply.github.com> Date: Tue, 9 Feb 2021 18:56:24 +0100 Subject: [PATCH] Update plugin quickstart --- .github/quickstart/plugin/index.mjs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/quickstart/plugin/index.mjs b/.github/quickstart/plugin/index.mjs index f5cb2cbf..a8d78e65 100644 --- a/.github/quickstart/plugin/index.mjs +++ b/.github/quickstart/plugin/index.mjs @@ -1,5 +1,5 @@ //Setup - export default async function ({login, q, imports, data, computed, rest, graphql, queries, account}, {enabled = false} = {}) { + export default async function({login, q, imports, data, computed, rest, graphql, queries, account}, {enabled = false} = {}) { //Plugin execution try { //Check if plugin is enabled and requirements are met