Skip to content

Commit

Permalink
Update buildRegistrationData.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
rodrigok authored Oct 5, 2023
1 parent 513ac56 commit 67d86bf
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import { LICENSE_VERSION } from '../license';
export type WorkspaceRegistrationData<T> = {
uniqueId: string;
deploymentFingerprintHash: string;
deploymentFingerprintVerified: string;
deploymentFingerprintVerified: boolean;
workspaceId: string;
address: string;
contactName: string;
Expand Down

0 comments on commit 67d86bf

Please sign in to comment.