Skip to content
Snippets Groups Projects
Commit 310ddcf4 authored by Hamza HRAMCHI's avatar Hamza HRAMCHI
Browse files

FEAT #14324 TIME 0:01 delete tap

parent caccf340
No related branches found
No related tags found
No related merge requests found
......@@ -156,8 +156,6 @@ export class FeatureTourService {
console.log(this.currentStepType);
this.featureTourEnd.push(this.currentStepType);
this.http.put('../rest/currentUser/profile/featureTour', {featureTour : this.featureTourEnd}).pipe(
tap(() => {
}),
catchError((err: any) => {
this.notify.handleSoftErrors(err);
return of(false);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment