We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 127f8b4 commit 165f6e3Copy full SHA for 165f6e3
src/commands/init/ai-rules.ts
@@ -301,7 +301,7 @@ const fetchProjectInfo = async (url: string): Promise<ProjectInfo> => {
301
302
const getRepoUrlFromProjectId = async (api: NetlifyAPI, projectId: string): Promise<string> => {
303
try {
304
- const SiteInfo = (await api.getSite({ siteId: projectId })) as SiteInfo
+ const siteInfo = (await api.getSite({ siteId: projectId })) as SiteInfo
305
const repoUrl = SiteInfo.build_settings?.repo_url
306
307
if (!repoUrl) {
0 commit comments