Skip to content

Commit

Permalink
Removed errant brace
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelrogers committed Oct 31, 2023
1 parent c7fd584 commit d11f718
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/api/objects/ObjectAPI.js
Original file line number Diff line number Diff line change
Expand Up @@ -221,7 +221,7 @@ export default class ObjectAPI {
const provider = this.getProvider(identifier);

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) {
Expand Down

0 comments on commit d11f718

Please sign in to comment.