fixed formatting error.

This commit is contained in:
Srinath Narayanan 2020-11-11 08:58:43 -08:00
parent 5820afc25a
commit f41de718a0

View File

@ -1342,9 +1342,7 @@ export default class Collection implements ViewModels.Collection {
}
retryCount++;
}
throw new Error(
"Max retries for loading offer are completed. Offer does not have an Autopilot settings field."
);
throw new Error("Max retries for loading offer are completed. Offer does not have an Autopilot settings field.");
}
public async loadOffer(): Promise<void> {