Skip to content

Commit 03483f9

Browse files
chore: testing something
1 parent ef92c48 commit 03483f9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/config/src/api/site_info.ts

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

173173
const integrations = await response.json()
174+
console.log(`test`)
174175
return Array.isArray(integrations) ? integrations : []
175176
} catch (error) {
176177
// Integrations should not block the build if they fail to load

0 commit comments

Comments
 (0)