Skip to content

Commit c6bc02f

Browse files
committed
format
1 parent 793a3b9 commit c6bc02f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

packages/config/src/api/site_info.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ import { throwUserError } from '../error.js'
77
import { ERROR_CALL_TO_ACTION } from '../log/messages.js'
88
import { IntegrationResponse } from '../types/api.js'
99
import { ModeOption, TestOptions } from '../types/options.js'
10-
import retry from "retry"
10+
import retry from 'retry'
1111

1212
type GetSiteInfoOpts = {
1313
siteId: string
@@ -165,10 +165,10 @@ const getIntegrations = async function ({
165165
if (!response.ok) {
166166
throw new Error(`Unexpected status code ${response.status} from fetching extensions`)
167167
}
168-
168+
169169
bodyText = await response.text()
170170
})
171-
171+
172172
if (bodyText === '') {
173173
return []
174174
}

0 commit comments

Comments
 (0)