fixed formatting error.

This commit is contained in:
Srinath Narayanan
2020-11-11 08:58:43 -08:00
parent 5820afc25a
commit f41de718a0
+1 -3
View File
@@ -1342,9 +1342,7 @@ export default class Collection implements ViewModels.Collection {
} }
retryCount++; retryCount++;
} }
throw new Error( throw new Error("Max retries for loading offer are completed. Offer does not have an Autopilot settings field.");
"Max retries for loading offer are completed. Offer does not have an Autopilot settings field."
);
} }
public async loadOffer(): Promise<void> { public async loadOffer(): Promise<void> {