Skip to content

Commit 5d9113e

Browse files
authored
Merge pull request #3 from dappnode/mgarciate-patch-1
Fix status type in index.ts
2 parents 3767c80 + 2c2d211 commit 5d9113e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build/api/src/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,6 +94,6 @@ interface IImportKeyResponseData {
9494
data: IImportKeyResponse[];
9595
}
9696
interface IImportKeyResponse {
97-
status: Status;
97+
status: string;
9898
message?: string;
9999
}

0 commit comments

Comments
 (0)