Skip to content

Commit

Permalink
removed old registry that caused vercel to fail
Browse files Browse the repository at this point in the history
  • Loading branch information
lautom36 committed Aug 17, 2023
1 parent aa1123b commit b1422e4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/registry.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
import { issuerDidRegistry, IssuerDidEntry } from '../data/issuerDid';
import { issuerAuthRegistry, IssuerAuthEntry } from '../data/issuerAuth';

type RegistryMetadata = {
Expand Down Expand Up @@ -34,5 +35,6 @@ class Registry<Entry> implements RegistryRaw<Entry> {
}

export const registries = {
issuerDid: new Registry<IssuerDidEntry>(issuerDidRegistry),
issuerAuth: new Registry<IssuerAuthEntry>(issuerAuthRegistry),
};

0 comments on commit b1422e4

Please sign in to comment.