fix(sms): remove url param from invite SMS template (SMS_501956050 has no url var)

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
hailin 2026-03-09 07:36:54 -07:00
parent 6291d6591e
commit d73f07d688
1 changed files with 0 additions and 1 deletions

View File

@ -77,7 +77,6 @@ export class SmsService implements OnModuleInit {
templateParam: JSON.stringify({ templateParam: JSON.stringify({
company: tenantName, company: tenantName,
role: roleLabel[role] || role, role: roleLabel[role] || role,
url: inviteUrl,
}), }),
}); });
const runtime = new $Util.RuntimeOptions({ connectTimeout: 15000, readTimeout: 15000 }); const runtime = new $Util.RuntimeOptions({ connectTimeout: 15000, readTimeout: 15000 });