Skip to content

Commit

Permalink
Fix undefined
Browse files Browse the repository at this point in the history
  • Loading branch information
Saverio976 committed Apr 1, 2024
1 parent d9a0be9 commit 1c836fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ export const keyValueExplorer = keyValue.aleph_explorer_url;
export const secuKey = securityKey("key", {
authorizations: [
{
address: process.env.ADDRESS_SECU_GIVE,
address: process.env.ADDRESS_SECU_GIVE || '',
types: ['POST'],
post_types: ['alumi-test'],
channels: ['pulumi-test-channel'],
Expand Down

0 comments on commit 1c836fd

Please sign in to comment.