Skip to content

Commit 67a806d

Browse files
committed
fix: removed comment description that no longer applies
1 parent 7b8fdb1 commit 67a806d

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

src/inApp/classes/IterableInAppMessage.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,6 @@ export class IterableInAppMessage {
133133
*
134134
* @param viewToken - The `ViewToken` containing the in-app message data.
135135
* @returns A new instance of `IterableInAppMessage` populated with data from the `viewToken`.
136-
* @throws Error if the viewToken or its item or inAppMessage is null/undefined.
137136
*/
138137
static fromViewToken(viewToken: ViewToken) {
139138
const inAppMessage = viewToken?.item?.inAppMessage as IterableInAppMessage;

0 commit comments

Comments
 (0)