Skip to content

Commit

Permalink
Merge pull request #3 from dappnode/mgarciate-patch-1
Browse files Browse the repository at this point in the history
Fix status type in index.ts
  • Loading branch information
mgarciate authored Apr 6, 2023
2 parents 3767c80 + 2c2d211 commit 5d9113e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/api/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,6 @@ interface IImportKeyResponseData {
data: IImportKeyResponse[];
}
interface IImportKeyResponse {
status: Status;
status: string;
message?: string;
}

0 comments on commit 5d9113e

Please sign in to comment.