Cleanup refactor

This commit is contained in:
charles
2022-12-22 17:23:05 +11:00
parent 6769789e9c
commit 1f0a0760ba
6 changed files with 9 additions and 16 deletions

View File

@@ -60,7 +60,7 @@ public class IncomingMediaMessage {
this.body = body.orNull();
this.subscriptionId = subscriptionId;
this.expiresIn = expiresIn;
this.expireStartedAt = expireStartedAt;
this.expireStartedAt = expireStartedAt;
this.expirationUpdate = expirationUpdate;
this.dataExtractionNotification = dataExtractionNotification.orNull();
this.quote = quote.orNull();