Skip to content

Commit

Permalink
chore: fix build error caused by generated file
Browse files Browse the repository at this point in the history
  • Loading branch information
mirceanis committed Jan 20, 2021
1 parent 8cce376 commit 65eea50
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/data-store/api/data-store.api.md
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ export class DIDStore extends AbstractDIDStore {
}

// @public (undocumented)
export const Entities: (typeof Identifier | typeof Message | typeof Claim | typeof Credential_2 | typeof Presentation | typeof Key | typeof Service)[];
export const Entities: (typeof Key | typeof Identifier | typeof Service | typeof Claim | typeof Credential_2 | typeof Presentation | typeof Message)[];

// @public (undocumented)
export interface FindArgs<TColumns> {
Expand Down

0 comments on commit 65eea50

Please sign in to comment.