Skip to content

Commit

Permalink
fix(recovery): recovery from existing booking failure
Browse files Browse the repository at this point in the history
  • Loading branch information
kalkih committed Apr 28, 2022
1 parent 2b4e752 commit 7b02ab0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/services/bookingService/existingBookingService.ts
Expand Up @@ -124,7 +124,7 @@ export class ExistingBookingService extends BookingService {

const title = $(TITLE_SELECTOR).text();

if (title === "Omboka/Avboka") {
if (title === "Boka om eller avboka din tid") {
recovered = true;
break;
}
Expand Down

0 comments on commit 7b02ab0

Please sign in to comment.