mirror of
https://github.com/Azure/cosmos-explorer.git
synced 2025-12-21 01:41:31 +00:00
fixed formatting error.
This commit is contained in:
@@ -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> {
|
||||
|
||||
Reference in New Issue
Block a user