Skip to content

Commit 4099d0c

Browse files
committed
chore: removed one unnecessary env read
1 parent ed37488 commit 4099d0c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/config/configuration.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ export function extractVerifierType(): VerifierType {
9595
return VerifierType.HYPE;
9696
default:
9797
throw new Error(
98-
`Wrong verifier type: '${String(process.env.VERIFIER_TYPE)}' provide a valid verifier type: 'doge' | 'btc' | 'xrp' | 'web2' | 'eth' | 'sgb' | 'flr' | 'base' | 'hype'`,
98+
`Wrong verifier type: '${verifierType}' provide a valid verifier type: 'doge' | 'btc' | 'xrp' | 'web2' | 'eth' | 'sgb' | 'flr' | 'base' | 'hype'`,
9999
);
100100
}
101101
}

0 commit comments

Comments
 (0)