Skip to content

Commit

Permalink
fix: add missing export (#159)
Browse files Browse the repository at this point in the history
Signed-off-by: Lukas <Lukas@hopae.io>
  • Loading branch information
lukasjhan committed Mar 12, 2024
1 parent eb259c7 commit f92b3e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/present/src/present.ts
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ export type SerializedDisclosure = {
value: unknown;
};

const createHashMappingForSerializedDisclosure = (
export const createHashMappingForSerializedDisclosure = (
disclosures: SerializedDisclosure[],
) => {
const map: Record<string, Disclosure> = {};
Expand Down

0 comments on commit f92b3e2

Please sign in to comment.