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

UIE-200 Ajax cleanup pt7 #5077

Open
wants to merge 1 commit into
base: dev
Choose a base branch
from
Open

Conversation

msilva-broad
Copy link
Contributor

@msilva-broad msilva-broad commented Sep 12, 2024

  • breakout Surveys ajax.ts sub-area

Jira Ticket: https://broadworkbench.atlassian.net/browse/[Ticket #]

Summary of changes:

What

Why

Testing strategy

@msilva-broad msilva-broad marked this pull request as ready for review September 12, 2024 16:43
import { fetchGoogleForms } from 'src/libs/ajax/ajax-common';

export const Surveys = (signal?: AbortSignal) => ({
submitForm: (formId, data) => fetchGoogleForms(`${formId}/formResponse?${qs.stringify(data)}`, { signal }),
Copy link
Member

Choose a reason for hiding this comment

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

The comment on the PR indicates that you intended to remove this.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

oops! I updated PR description... that was a left-over from the last PR

 - breakout Surveys ajax.ts sub-area.
Copy link

sonarcloud bot commented Sep 12, 2024

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.

4 participants