mirror of
https://github.com/Azure/cosmos-explorer.git
synced 2025-10-13 23:38:45 +01:00
fixed formatting error.
This commit is contained in:
parent
5820afc25a
commit
f41de718a0
@ -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> {
|
||||
|
Loading…
x
Reference in New Issue
Block a user