Skip to content

Commit

Permalink
fix: add new line (#24)
Browse files Browse the repository at this point in the history
  • Loading branch information
zixiang2018 authored Jun 8, 2023
1 parent 1fd8c3c commit 79c7239
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/verify.ts
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ export const OpencertsRegistryVerificationValidData = RegistryEntry.And(
status: Literal("VALID"),
})
);

export type OpencertsRegistryVerificationValidData = Static<typeof OpencertsRegistryVerificationValidData>;

export const OpencertsRegistryVerificationInvalidData = Record({
Expand Down

0 comments on commit 79c7239

Please sign in to comment.