Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion scripts/backfill-telnyx-sending-accounts.ts
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ const argv = yargs
'The ID of the Switchboard sending account to use as a template for new sending accounts',
type: 'string',
})
.help().argv;
.help().argv as yargs.Arguments<{ 'template-sending-account-id'?: string }>;
const templateAccountId = argv['template-sending-account-id'];

const pool = new Pool({ connectionString: config.databaseUrl });
Expand Down
Loading