Skip to content

Commit 13a6108

Browse files
committed
chore: format
1 parent 60c4cc8 commit 13a6108

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

packages/config/src/api/site_info.ts

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -46,9 +46,7 @@ export const getSiteInfo = async function ({
4646
if (accountId !== undefined) siteInfo.account_id = accountId
4747

4848
const integrations =
49-
mode === 'buildbot' && !offline
50-
? await getIntegrations({ siteId, testOpts, offline, accountId })
51-
: []
49+
mode === 'buildbot' && !offline ? await getIntegrations({ siteId, testOpts, offline, accountId }) : []
5250

5351
return { siteInfo, accounts: [], addons: [], integrations }
5452
}

0 commit comments

Comments
 (0)