Skip to content

Commit 541400e

Browse files
chore: code formatting
1 parent 7b831c1 commit 541400e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/app/web/instance.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ export default async function({sandbox = false} = {}) {
5454
console.debug(util.inspect(conf.settings, {depth: Infinity, maxStringLength: 256}))
5555

5656
//Load octokits
57-
const api = {graphql: octokit.graphql.defaults({headers: {authorization: `token ${token}`}, baseUrl:conf.settings.api?.graphql ?? undefined}), rest: new OctokitRest.Octokit({auth: token, baseUrl: conf.settings.api?.rest ?? undefined})}
57+
const api = {graphql: octokit.graphql.defaults({headers: {authorization: `token ${token}`}, baseUrl: conf.settings.api?.graphql ?? undefined}), rest: new OctokitRest.Octokit({auth: token, baseUrl: conf.settings.api?.rest ?? undefined})}
5858
//Apply mocking if needed
5959
if (mock)
6060
Object.assign(api, await mocks(api))

0 commit comments

Comments
 (0)