Skip to content

Commit 4f05021

Browse files
committed
fix: test
1 parent 4bb7045 commit 4f05021

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

templates/android/library/src/main/java/io/package/models/RealtimeModels.kt.twig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ data class RealtimeCallback(
1717

1818
open class RealtimeResponse(
1919
val type: String,
20-
val data: Any? = null
20+
val data: Any?
2121
)
2222

2323
data class RealtimeResponseEvent<T>(

0 commit comments

Comments
 (0)