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