Skip to content

Commit

Permalink
Pluralize credentialsContext in lib.
Browse files Browse the repository at this point in the history
  • Loading branch information
aljones15 committed Dec 7, 2023
1 parent d4361ba commit 7656930
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/contexts/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* Copyright (c) 2019-2023 Digital Bazaar, Inc. All rights reserved.
*/
import {
contexts as credentialContexts
contexts as credentialsContexts
} from 'credentials-context';
import {
contexts as credentialsV2Contexts
Expand All @@ -17,5 +17,5 @@ const addContexts = _contexts => {
}
};

addContexts(credentialContexts);
addContexts(credentialsContexts);
addContexts(credentialsV2Contexts);

0 comments on commit 7656930

Please sign in to comment.