Skip to content

Commit

Permalink
πŸ”€ (core): Rebase on develop
Browse files Browse the repository at this point in the history
  • Loading branch information
jiyuzhuang committed May 3, 2024
1 parent 5deb5a8 commit b87c57c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ export type GetAppAndVersionResponse = {
};

export class GetAppAndVersionCommand
implements Command<void, GetAppAndVersionResponse>
implements Command<GetAppAndVersionResponse>
{
getApdu(): Apdu {
const getAppAndVersionApduArgs: ApduBuilderArgs = {
Expand Down

0 comments on commit b87c57c

Please sign in to comment.