Skip to content

Conversation

@fcv-iteratorIt
Copy link
Contributor

No description provided.

Copy link
Contributor

@augusthjerrild augusthjerrild left a comment

Choose a reason for hiding this comment

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

Approved, but with a little comment/suggestion.


this.strategy.logout(reqConverted, (err: Error, url: string): void => {
req.logout();
req.logout(err1 => {});
Copy link
Contributor

Choose a reason for hiding this comment

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

My eslint is marking this as an error: Unexpected empty arrow function.
It still compiles though, so it should be okay. If the error should be removed, we cold replace {} with undefined.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

This is fixed in a later branch

): Promise<void> {
this.logger.debug("Get callback Logging out ...");
req.logout();
req.logout(err1 => {});
Copy link
Contributor

Choose a reason for hiding this comment

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

Same thing

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Same thing

Base automatically changed from feature/change-vm-package to stage December 1, 2023 12:25
@fcv-iteratorIt fcv-iteratorIt merged commit ccec407 into stage Dec 1, 2023
@fcv-iteratorIt fcv-iteratorIt deleted the feature/update-vulnerable-packages branch December 1, 2023 12:38
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.

3 participants