0
Fork 0
mirror of https://github.com/logto-io/logto.git synced 2024-12-30 20:33:54 -05:00

chore: fix lint errors

This commit is contained in:
Gao Sun 2023-09-15 01:02:09 +08:00
parent 092b3d7aea
commit ea6b475a72
No known key found for this signature in database
GPG key ID: 13EBE123E4773688

View file

@ -181,6 +181,8 @@ export default class ExpectExperience extends ExpectPage {
}
protected throwNoOngoingExperienceError() {
return this.throwError('The experience has not started yet. Use `startWith` to start the experience.');
return this.throwError(
'The experience has not started yet. Use `startWith` to start the experience.'
);
}
}