Skip to content

Commit 956b905

Browse files
fix: fix debug log
1 parent f1c1be9 commit 956b905

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/config/src/api/site_info.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,7 @@ const getIntegrations = async function ({
171171
const response = await fetch(url)
172172

173173
const integrations = await response.json()
174-
console.log(`## get integrations ##`, JSON.stringify(getIntegrations, null, 2))
174+
console.log(`## get integrations ##`, JSON.stringify(integrations, null, 2))
175175
return Array.isArray(integrations) ? integrations : []
176176
} catch (error) {
177177
// Integrations should not block the build if they fail to load

0 commit comments

Comments
 (0)