Put the submit_sm summary back on the function it describes and tidy the review nits

This commit is contained in:
2026-08-30 23:12:22 +02:00
parent 706b61d6ca
commit 140464802b
5 changed files with 6 additions and 5 deletions
+1 -1
View File
@@ -19,8 +19,8 @@ export type IncomingRequestsOptions = {
maxReassembly?: number | undefined;
onRequest?: OnRequest | undefined;
reassemblyTimeout?: number | undefined;
smsIdFormat?: SmsIdFormat | undefined;
session: Session;
smsIdFormat?: SmsIdFormat | undefined;
systemId?: string | undefined;
};