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

Issue 675 unsubscribe - do not delete #680

Open
wants to merge 11 commits into
base: master
Choose a base branch
from
Open

Conversation

yaelal
Copy link
Collaborator

@yaelal yaelal commented Apr 18, 2023

No description provided.

@@ -49,7 +49,7 @@ const downloadChallengedFile = (url, file, options, protocol) => {
} else {
// if we did get a cookie we completed the challenge successfuly and
// should use it to download the file
downloadChallengedFile(url, file, {
downloadChallengedFile(url, file, { // set cookie header
Copy link
Collaborator

Choose a reason for hiding this comment

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

This is not related

@@ -21,13 +21,13 @@ const downloadChallengedFile = (url, file, options, protocol) => {
// if we didn't get a cookie yet this is the first part of the challenge -
// the page source contains the javascript code we need to run and challenge
// paramters for the calculation
if (!('set-cookie' in response.headers)) {
if (!('set-cookie' in response.headers)) {
Copy link
Collaborator

Choose a reason for hiding this comment

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

not related

throw new Exception.NotFound('Nof found');
}

Log.debug('unsubscribe request for alert id:', fetchedModel.get('id'));
Copy link
Collaborator

Choose a reason for hiding this comment

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

great

@yaelal yaelal changed the title Issue 675 subscription Issue 675 unsubscribe Jul 10, 2023
@yaelal yaelal changed the title Issue 675 unsubscribe Issue 675 unsubscribe - do not delete Jul 10, 2023
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