Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Ericbrehault/sc 8410/support sitemap in sync agent #8

Merged
merged 8 commits into from
Jan 24, 2024

Conversation

ebrehault
Copy link
Collaborator

No description provided.

Copy link

This pull request has been linked to Shortcut Story #8410: Support sitemap in sync agent.

}

async function fetchSitemap(url: string): Promise<string> {
const response = await axios.get(url);
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

In some places we are using fetch, I think it should be better to use either fetch or axios, but not both, I prefer fetch because it is native.

@ebrehault ebrehault merged commit 17fc398 into main Jan 24, 2024
1 check passed
@ebrehault ebrehault deleted the ericbrehault/sc-8410/support-sitemap-in-sync-agent branch January 24, 2024 11:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants