mirror of
https://github.com/nasa/openmct.git
synced 2025-06-20 08:03:49 +00:00
@ -221,7 +221,7 @@ export default class ObjectAPI {
|
|||||||
const provider = this.getProvider(identifier);
|
const provider = this.getProvider(identifier);
|
||||||
|
|
||||||
if (!provider) {
|
if (!provider) {
|
||||||
throw new Error(`No Provider Matched for keyString "${this.makeKeyString(identifier)}}"`);
|
throw new Error(`No Provider Matched for keyString "${this.makeKeyString(identifier)}"`);
|
||||||
}
|
}
|
||||||
|
|
||||||
if (!provider.get) {
|
if (!provider.get) {
|
||||||
|
Reference in New Issue
Block a user