Fix issue with job pdu messages being parsed as objects instead of strings

This commit is contained in:
David Majdandžić
2023-03-31 21:31:15 +02:00
parent 085745f0c6
commit d920fd75d7
2 changed files with 17 additions and 13 deletions

View File

@@ -17,7 +17,7 @@ export type PDU = {
schedule_delivery_time?: string,
sequence_number?: number,
service_type?: string,
short_message?: string,
short_message?: any,
sm_default_msg_id?: number,
source_addr?: string,
source_addr_npi?: number,