There was an error while loading. Please reload this page.
1 parent 799a184 commit 7da38fcCopy full SHA for 7da38fc
1 file changed
keeper/src/account.js
@@ -12,7 +12,7 @@ const { Keypair, Server, Account } = require('soroban-client');
12
async function initializeKeeperAccount() {
13
const secret = process.env.KEEPER_SECRET;
14
if (!secret) {
15
- throw new Error('KEEPER_SECRET environment variable is not defined');
+ throw new Error('KEEPER_SECRET environment variable is not defined');
16
}
17
18
let keypair;
0 commit comments